org.eclipse.etrice.core.room.impl
Class ActorRefImpl

java.lang.Object
  extended by MinimalEObjectImpl.Container
      extended by org.eclipse.etrice.core.room.impl.ActorContainerRefImpl
          extended by org.eclipse.etrice.core.room.impl.ActorRefImpl
All Implemented Interfaces:
ActorContainerRef, ActorRef

public class ActorRefImpl
extends ActorContainerRefImpl
implements ActorRef

An implementation of the model object 'Actor Ref'.

The following features are implemented:

EMF generated code

Field Summary
protected  ActorClass type
          The cached value of the 'Type' reference.
 
Fields inherited from class org.eclipse.etrice.core.room.impl.ActorContainerRefImpl
docu, name, NAME_EDEFAULT
 
Constructor Summary
protected ActorRefImpl()
           
 
Method Summary
 ActorClass basicGetType()
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 ActorClass getType()
           
 void setType(ActorClass newType)
           
 
Methods inherited from class org.eclipse.etrice.core.room.impl.ActorContainerRefImpl
basicSetDocu, eInverseRemove, getDocu, getName, setDocu, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.etrice.core.room.ActorContainerRef
getDocu, getName, setDocu, setName
 

Field Detail

type

protected ActorClass type
The cached value of the 'Type' reference.

See Also:
getType()
EMF generated code
EMF ordered
Constructor Detail

ActorRefImpl

protected ActorRefImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ActorContainerRefImpl
EMF generated code

getType

public ActorClass getType()

Specified by:
getType in interface ActorRef
Returns:
the value of the 'Type' reference.
See Also:
ActorRef.setType(ActorClass), RoomPackage.getActorRef_Type()
EMF generated code

basicGetType

public ActorClass basicGetType()

EMF generated code

setType

public void setType(ActorClass newType)

Specified by:
setType in interface ActorRef
Parameters:
newType - the new value of the 'Type' reference.
See Also:
ActorRef.getType()
EMF generated code

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Overrides:
eGet in class ActorContainerRefImpl
EMF generated code

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Overrides:
eSet in class ActorContainerRefImpl
EMF generated code

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class ActorContainerRefImpl
EMF generated code

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class ActorContainerRefImpl
EMF generated code