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

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

public class StateTerminalImpl
extends TransitionTerminalImpl
implements StateTerminal

An implementation of the model object 'State Terminal'.

The following features are implemented:

EMF generated code

Field Summary
protected  State state
          The cached value of the 'State' reference.
 
Constructor Summary
protected StateTerminalImpl()
           
 
Method Summary
 State basicGetState()
           
 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)
           
 State getState()
           
 void setState(State newState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

state

protected State state
The cached value of the 'State' reference.

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

StateTerminalImpl

protected StateTerminalImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class TransitionTerminalImpl
EMF generated code

getState

public State getState()

Specified by:
getState in interface StateTerminal
Returns:
the value of the 'State' reference.
See Also:
StateTerminal.setState(State), RoomPackage.getStateTerminal_State()
EMF generated code

basicGetState

public State basicGetState()

EMF generated code

setState

public void setState(State newState)

Specified by:
setState in interface StateTerminal
Parameters:
newState - the new value of the 'State' reference.
See Also:
StateTerminal.getState()
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