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

java.lang.Object
  extended by MinimalEObjectImpl.Container
      extended by org.eclipse.etrice.core.room.impl.TransitionTerminalImpl
          extended by org.eclipse.etrice.core.room.impl.TrPointTerminalImpl
All Implemented Interfaces:
TransitionTerminal, TrPointTerminal

public class TrPointTerminalImpl
extends TransitionTerminalImpl
implements TrPointTerminal

An implementation of the model object 'Tr Point Terminal'.

The following features are implemented:

EMF generated code

Field Summary
protected  TrPoint trPoint
          The cached value of the 'Tr Point' reference.
 
Constructor Summary
protected TrPointTerminalImpl()
           
 
Method Summary
 TrPoint basicGetTrPoint()
           
 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)
           
 TrPoint getTrPoint()
           
 void setTrPoint(TrPoint newTrPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trPoint

protected TrPoint trPoint
The cached value of the 'Tr Point' reference.

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

TrPointTerminalImpl

protected TrPointTerminalImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class TransitionTerminalImpl
EMF generated code

getTrPoint

public TrPoint getTrPoint()

Specified by:
getTrPoint in interface TrPointTerminal
Returns:
the value of the 'Tr Point' reference.
See Also:
TrPointTerminal.setTrPoint(TrPoint), RoomPackage.getTrPointTerminal_TrPoint()
EMF generated code

basicGetTrPoint

public TrPoint basicGetTrPoint()

EMF generated code

setTrPoint

public void setTrPoint(TrPoint newTrPoint)

Specified by:
setTrPoint in interface TrPointTerminal
Parameters:
newTrPoint - the new value of the 'Tr Point' reference.
See Also:
TrPointTerminal.getTrPoint()
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