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

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

public class SubSystemRefImpl
extends ActorContainerRefImpl
implements SubSystemRef

An implementation of the model object 'Sub System Ref'.

The following features are implemented:

EMF generated code

Field Summary
protected  SubSystemClass 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 SubSystemRefImpl()
           
 
Method Summary
 SubSystemClass 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)
           
 SubSystemClass getType()
           
 void setType(SubSystemClass 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 SubSystemClass type
The cached value of the 'Type' reference.

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

SubSystemRefImpl

protected SubSystemRefImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ActorContainerRefImpl
EMF generated code

getType

public SubSystemClass getType()

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

basicGetType

public SubSystemClass basicGetType()

EMF generated code

setType

public void setType(SubSystemClass newType)

Specified by:
setType in interface SubSystemRef
Parameters:
newType - the new value of the 'Type' reference.
See Also:
SubSystemRef.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