public interface Endpoint extends NamedDocumentable
The following features are supported:
WorldPackage.getEndpoint()
Modifier and Type | Method and Description |
---|---|
ServiceBinding |
getBoundService()
Returns the value of the 'Bound Service' containment reference.
|
Node |
getNode()
Returns the value of the 'Node' container reference.
|
int |
getPortNumber()
Returns the value of the 'Port Number' attribute.
|
void |
setBoundService(ServiceBinding value)
Sets the value of the '
Bound Service ' containment reference. |
void |
setNode(Node value)
Sets the value of the '
Node ' container reference. |
void |
setPortNumber(int 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()
int getPortNumber()
If the meaning of the 'Port Number' attribute isn't clear, there really should be more of a description here...
setPortNumber(int)
,
WorldPackage.getEndpoint_PortNumber()
void setPortNumber(int value)
Port Number
' attribute.
value
- the new value of the 'Port Number' attribute.getPortNumber()
ServiceBinding getBoundService()
If the meaning of the 'Bound Service' reference isn't clear, there really should be more of a description here...
setBoundService(ServiceBinding)
,
WorldPackage.getEndpoint_BoundService()
void setBoundService(ServiceBinding value)
Bound Service
' containment reference.
value
- the new value of the 'Bound Service' containment reference.getBoundService()