public class PortProperties extends ReferenceableProperties
| Constructor and Description |
|---|
PortProperties()
Default constructor
|
PortProperties(PortProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getDisplayName()
Return a human memorable name for the port.
|
PortType |
getPortType()
Return the direction of data flow of the port.
|
int |
hashCode()
Return has code based on properties.
|
void |
setDisplayName(String displayName)
Set up a human memorable name for the port.
|
void |
setPortType(PortType portType)
Set up the direction of data flow of the port.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic PortProperties()
public PortProperties(PortProperties template)
template - object to copypublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic PortType getPortType()
public void setPortType(PortType portType)
portType - portType enumpublic String toString()
toString in class ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.