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

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

public class ServiceImplementationImpl
extends MinimalEObjectImpl.Container
implements ServiceImplementation

An implementation of the model object 'Service Implementation'.

The following features are implemented:

EMF generated code

Field Summary
protected  SPPRef spp
          The cached value of the 'Spp' reference.
 
Constructor Summary
protected ServiceImplementationImpl()
           
 
Method Summary
 SPPRef basicGetSpp()
           
 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)
           
 SPPRef getSpp()
           
 void setSpp(SPPRef newSpp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spp

protected SPPRef spp
The cached value of the 'Spp' reference.

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

ServiceImplementationImpl

protected ServiceImplementationImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

getSpp

public SPPRef getSpp()

Specified by:
getSpp in interface ServiceImplementation
Returns:
the value of the 'Spp' reference.
See Also:
ServiceImplementation.setSpp(SPPRef), RoomPackage.getServiceImplementation_Spp()
EMF generated code

basicGetSpp

public SPPRef basicGetSpp()

EMF generated code

setSpp

public void setSpp(SPPRef newSpp)

Specified by:
setSpp in interface ServiceImplementation
Parameters:
newSpp - the new value of the 'Spp' reference.
See Also:
ServiceImplementation.getSpp()
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