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

java.lang.Object
  extended by MinimalEObjectImpl.Container
      extended by org.eclipse.etrice.core.room.impl.SPPointImpl
All Implemented Interfaces:
SPPoint

public class SPPointImpl
extends MinimalEObjectImpl.Container
implements SPPoint

An implementation of the model object 'SP Point'.

The following features are implemented:

EMF generated code

Field Summary
protected  ActorContainerRef ref
          The cached value of the 'Ref' reference.
protected  SPPRef service
          The cached value of the 'Service' reference.
 
Constructor Summary
protected SPPointImpl()
           
 
Method Summary
 ActorContainerRef basicGetRef()
           
 SPPRef basicGetService()
           
 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()
           
 SPPRef getService()
           
 void setRef(ActorContainerRef newRef)
           
 void setService(SPPRef newService)
           
 
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

service

protected SPPRef service
The cached value of the 'Service' reference.

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

SPPointImpl

protected SPPointImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

getRef

public ActorContainerRef getRef()

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

basicGetRef

public ActorContainerRef basicGetRef()

EMF generated code

setRef

public void setRef(ActorContainerRef newRef)

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

getService

public SPPRef getService()

Specified by:
getService in interface SPPoint
Returns:
the value of the 'Service' reference.
See Also:
SPPoint.setService(SPPRef), RoomPackage.getSPPoint_Service()
EMF generated code

basicGetService

public SPPRef basicGetService()

EMF generated code

setService

public void setService(SPPRef newService)

Specified by:
setService in interface SPPoint
Parameters:
newService - the new value of the 'Service' reference.
See Also:
SPPoint.getService()
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