public interface Endpoint extends NamedDocumentable
The following features are supported:
WorldPackage.getEndpoint()
Modifier and Type | Method and Description |
---|---|
Node |
getNode()
Returns the value of the 'Node' container reference.
|
short |
getPortNumber()
Returns the value of the 'Port Number' attribute.
|
void |
setNode(Node value)
Sets the value of the '
Node ' container reference. |
void |
setPortNumber(short value)
Sets the value of the '
Port Number ' attribute. |
getName, setName
getShortDescription, setShortDescription
Node getNode()
Endpoints
'.
If the meaning of the 'Node' container reference isn't clear, there really should be more of a description here...
setNode(Node)
,
WorldPackage.getEndpoint_Node()
,
Node.getEndpoints()
void setNode(Node value)
Node
' container reference.
value
- the new value of the 'Node' container reference.getNode()
short getPortNumber()
If the meaning of the 'Port Number' attribute isn't clear, there really should be more of a description here...
setPortNumber(short)
,
WorldPackage.getEndpoint_PortNumber()
void setPortNumber(short value)
Port Number
' attribute.
value
- the new value of the 'Port Number' attribute.getPortNumber()