org.eclipse.etrice.core.room
Interface RefSAPoint

All Superinterfaces:
SAPoint
All Known Implementing Classes:
RefSAPointImpl

public interface RefSAPoint
extends SAPoint

A representation of the model object 'Ref SA Point'.

The following features are supported:

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

Method Summary
 ActorContainerRef getRef()
          Returns the value of the 'Ref' reference.
 void setRef(ActorContainerRef value)
          Sets the value of the 'Ref' reference.
 

Method Detail

getRef

ActorContainerRef getRef()
Returns the value of the 'Ref' reference.

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

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

setRef

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

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