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

java.lang.Object
  extended by MinimalEObjectImpl.Container
      extended by org.eclipse.etrice.core.room.impl.SAPointImpl
          extended by org.eclipse.etrice.core.room.impl.RefSAPointImpl
All Implemented Interfaces:
RefSAPoint, SAPoint

public class RefSAPointImpl
extends SAPointImpl
implements RefSAPoint

An implementation of the model object 'Ref SA Point'.

The following features are implemented:

EMF generated code

Field Summary
protected  ActorContainerRef ref
          The cached value of the 'Ref' reference.
 
Constructor Summary
protected RefSAPointImpl()
           
 
Method Summary
 ActorContainerRef basicGetRef()
           
 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)
           
 ActorContainerRef getRef()
           
 void setRef(ActorContainerRef newRef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ref

protected ActorContainerRef ref
The cached value of the 'Ref' reference.

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

RefSAPointImpl

protected RefSAPointImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class SAPointImpl
EMF generated code

getRef

public ActorContainerRef getRef()

Specified by:
getRef in interface RefSAPoint
Returns:
the value of the 'Ref' reference.
See Also:
RefSAPoint.setRef(ActorContainerRef), RoomPackage.getRefSAPoint_Ref()
EMF generated code

basicGetRef

public ActorContainerRef basicGetRef()

EMF generated code

setRef

public void setRef(ActorContainerRef newRef)

Specified by:
setRef in interface RefSAPoint
Parameters:
newRef - the new value of the 'Ref' reference.
See Also:
RefSAPoint.getRef()
EMF generated code

eGet

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

EMF generated code

eSet

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

EMF generated code

eUnset

public void eUnset(int featureID)

EMF generated code

eIsSet

public boolean eIsSet(int featureID)

EMF generated code