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

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

public class DetailCodeImpl
extends MinimalEObjectImpl.Container
implements DetailCode

An implementation of the model object 'Detail Code'.

The following features are implemented:

EMF generated code

Field Summary
protected   commands
          The cached value of the 'Commands' attribute list.
 
Constructor Summary
protected DetailCodeImpl()
           
 
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)
           
  getCommands()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

commands

protected  commands
The cached value of the 'Commands' attribute list.

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

DetailCodeImpl

protected DetailCodeImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

getCommands

public  getCommands()

Specified by:
getCommands in interface DetailCode
Returns:
the value of the 'Commands' attribute list.
See Also:
RoomPackage.getDetailCode_Commands()
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

toString

public java.lang.String toString()

EMF generated code