org.eclipse.etrice.core.room
Interface ActorRef

All Superinterfaces:
ActorContainerRef
All Known Implementing Classes:
ActorRefImpl

public interface ActorRef
extends ActorContainerRef

A representation of the model object 'Actor Ref'.

The following features are supported:

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

Method Summary
 ActorClass getType()
          Returns the value of the 'Type' reference.
 void setType(ActorClass 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

ActorClass 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(ActorClass), RoomPackage.getActorRef_Type()
EMF generated code
EMF model element

setType

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

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