org.eclipse.etrice.core.room
Interface BindingEndPoint

All Known Implementing Classes:
BindingEndPointImpl

public interface BindingEndPoint

A representation of the model object 'Binding End Point'.

The following features are supported:

See Also:
RoomPackage.getBindingEndPoint()
EMF generated code
EMF model element

Method Summary
 ActorContainerRef getActorRef()
          Returns the value of the 'Actor Ref' reference.
 Port getPort()
          Returns the value of the 'Port' reference.
 void setActorRef(ActorContainerRef value)
          Sets the value of the 'Actor Ref' reference.
 void setPort(Port value)
          Sets the value of the 'Port' reference.
 

Method Detail

getActorRef

ActorContainerRef getActorRef()
Returns the value of the 'Actor Ref' reference.

If the meaning of the 'Actor Ref' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Actor Ref' reference.
See Also:
setActorRef(ActorContainerRef), RoomPackage.getBindingEndPoint_ActorRef()
EMF generated code
EMF model element

setActorRef

void setActorRef(ActorContainerRef value)
Sets the value of the 'Actor Ref' reference.

Parameters:
value - the new value of the 'Actor Ref' reference.
See Also:
getActorRef()
EMF generated code

getPort

Port getPort()
Returns the value of the 'Port' reference.

If the meaning of the 'Port' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Port' reference.
See Also:
setPort(Port), RoomPackage.getBindingEndPoint_Port()
EMF generated code
EMF model element

setPort

void setPort(Port value)
Sets the value of the 'Port' reference.

Parameters:
value - the new value of the 'Port' reference.
See Also:
getPort()
EMF generated code