org.eclipse.etrice.core.room
Interface SubSystemRef

All Superinterfaces:
ActorContainerRef
All Known Implementing Classes:
SubSystemRefImpl

public interface SubSystemRef
extends ActorContainerRef

A representation of the model object 'Sub System Ref'.

The following features are supported:

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

Method Summary
 SubSystemClass getType()
          Returns the value of the 'Type' reference.
 void setType(SubSystemClass value)
          Sets the value of the 'Type' reference.
 
Methods inherited from interface org.eclipse.etrice.core.room.ActorContainerRef
getDocu, getName, setDocu, setName
 

Method Detail

getType

SubSystemClass getType()
Returns the value of the 'Type' reference.

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

Returns:
the value of the 'Type' reference.
See Also:
setType(SubSystemClass), RoomPackage.getSubSystemRef_Type()
EMF generated code
EMF model element

setType

void setType(SubSystemClass value)
Sets the value of the 'Type' reference.

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