public class Port extends Referenceable
| Constructor and Description |
|---|
Port() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDisplayName()
Gets display name.
|
PortType |
getPortType()
Gets port type.
|
UpdateSemantic |
getUpdateSemantic()
Gets update semantic.
|
int |
hashCode() |
void |
setDisplayName(String displayName)
Sets display name.
|
void |
setPortType(PortType portType)
Sets port type.
|
void |
setUpdateSemantic(UpdateSemantic updateSemantic)
Sets update semantic.
|
String |
toString() |
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedNamepublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - the display namepublic PortType getPortType()
public void setPortType(PortType portType)
portType - the port typepublic UpdateSemantic getUpdateSemantic()
public void setUpdateSemantic(UpdateSemantic updateSemantic)
updateSemantic - the update semanticpublic String toString()
toString in class Referenceablepublic boolean equals(Object o)
equals in class Referenceablepublic int hashCode()
hashCode in class ReferenceableCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.