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

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

public class RelaySAPointImpl
extends SAPointImpl
implements RelaySAPoint

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

The following features are implemented:

EMF generated code

Field Summary
protected  SPPRef relay
          The cached value of the 'Relay' reference.
 
Constructor Summary
protected RelaySAPointImpl()
           
 
Method Summary
 SPPRef basicGetRelay()
           
 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 getRelay()
           
 void setRelay(SPPRef newRelay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relay

protected SPPRef relay
The cached value of the 'Relay' reference.

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

RelaySAPointImpl

protected RelaySAPointImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class SAPointImpl
EMF generated code

getRelay

public SPPRef getRelay()

Specified by:
getRelay in interface RelaySAPoint
Returns:
the value of the 'Relay' reference.
See Also:
RelaySAPoint.setRelay(SPPRef), RoomPackage.getRelaySAPoint_Relay()
EMF generated code

basicGetRelay

public SPPRef basicGetRelay()

EMF generated code

setRelay

public void setRelay(SPPRef newRelay)

Specified by:
setRelay in interface RelaySAPoint
Parameters:
newRelay - the new value of the 'Relay' reference.
See Also:
RelaySAPoint.getRelay()
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