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  int size
          The cached value of the 'Size' attribute.
protected static int SIZE_EDEFAULT
          The default value of the 'Size' attribute.
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)
           
 int getSize()
           
 ActorClass getType()
           
 void setSize(int newSize)
           
 void setType(ActorClass newType)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.etrice.core.room.impl.ActorContainerRefImpl
basicSetDocu, eInverseRemove, getDocu, getName, setDocu, setName
 
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

SIZE_EDEFAULT

protected static final int SIZE_EDEFAULT
The default value of the 'Size' attribute.

See Also:
getSize(), Constant Field Values
EMF generated code
EMF ordered

size

protected int size
The cached value of the 'Size' attribute.

See Also:
getSize()
EMF generated code
EMF ordered

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

getSize

public int getSize()

Specified by:
getSize in interface ActorRef
Returns:
the value of the 'Size' attribute.
See Also:
ActorRef.setSize(int), RoomPackage.getActorRef_Size()
EMF generated code

setSize

public void setSize(int newSize)

Specified by:
setSize in interface ActorRef
Parameters:
newSize - the new value of the 'Size' attribute.
See Also:
ActorRef.getSize()
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

toString

public java.lang.String toString()

Overrides:
toString in class ActorContainerRefImpl
EMF generated code