public interface PortInfo
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the instance name for this Port.
|
java.lang.String |
getProperty(java.lang.String propertyKey)
Fetch the value corresponding to propertyKey.
|
java.lang.String |
getType()
Returns the type of the Port referred to by this PortInfo: corresponds to the
class name for this Port.
|
java.lang.String getType()
java.lang.String getName()
java.lang.String getProperty(java.lang.String propertyKey)