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

java.lang.Object
  extended by MinimalEObjectImpl.Container
      extended by org.eclipse.etrice.core.room.impl.StateGraphItemImpl
          extended by org.eclipse.etrice.core.room.impl.StateGraphNodeImpl
              extended by org.eclipse.etrice.core.room.impl.StateImpl
                  extended by org.eclipse.etrice.core.room.impl.BaseStateImpl
All Implemented Interfaces:
BaseState, State, StateGraphItem, StateGraphNode

public class BaseStateImpl
extends StateImpl
implements BaseState

An implementation of the model object 'Base State'.

The following features are implemented:

EMF generated code

Field Summary
protected  java.lang.String name
          The cached value of the 'Name' attribute.
protected static java.lang.String NAME_EDEFAULT
          The default value of the 'Name' attribute.
 
Fields inherited from class org.eclipse.etrice.core.room.impl.StateImpl
doCode, docu, entryCode, exitCode, subgraph
 
Constructor Summary
protected BaseStateImpl()
           
 
Method Summary
 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)
           
 java.lang.String getName()
           
 void setName(java.lang.String newName)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.etrice.core.room.impl.StateImpl
basicSetDoCode, basicSetDocu, basicSetEntryCode, basicSetExitCode, basicSetSubgraph, eInverseRemove, getDoCode, getDocu, getEntryCode, getExitCode, getSubgraph, setDoCode, setDocu, setEntryCode, setExitCode, setSubgraph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.etrice.core.room.State
getDoCode, getDocu, getEntryCode, getExitCode, getSubgraph, setDoCode, setDocu, setEntryCode, setExitCode, setSubgraph
 

Field Detail

NAME_EDEFAULT

protected static final java.lang.String NAME_EDEFAULT
The default value of the 'Name' attribute.

See Also:
getName()
EMF generated code
EMF ordered

name

protected java.lang.String name
The cached value of the 'Name' attribute.

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

BaseStateImpl

protected BaseStateImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class StateImpl
EMF generated code

getName

public java.lang.String getName()

Specified by:
getName in interface BaseState
Specified by:
getName in interface State
Specified by:
getName in interface StateGraphItem
Overrides:
getName in class StateImpl
Returns:
the value of the 'Name' attribute.
See Also:
BaseState.setName(String), RoomPackage.getBaseState_Name()
EMF generated code

setName

public void setName(java.lang.String newName)

Specified by:
setName in interface BaseState
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
BaseState.getName()
EMF generated code

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Overrides:
eGet in class StateImpl
EMF generated code

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Overrides:
eSet in class StateImpl
EMF generated code

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class StateImpl
EMF generated code

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class StateImpl
EMF generated code

toString

public java.lang.String toString()

EMF generated code