org.eclipse.etrice.core.config.impl
Class ConfigModelImpl

java.lang.Object
  extended by MinimalEObjectImpl.Container
      extended by org.eclipse.etrice.core.config.impl.ConfigModelImpl
All Implemented Interfaces:
ConfigModel

public class ConfigModelImpl
extends MinimalEObjectImpl.Container
implements ConfigModel

An implementation of the model object 'Model'.

The following features are implemented:

EMF generated code

Field Summary
protected   actorClassConfigs
          The cached value of the 'Actor Class Configs' containment reference list.
protected   actorInstanceConfigs
          The cached value of the 'Actor Instance Configs' attribute list.
 
Constructor Summary
protected ConfigModelImpl()
           
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
  getActorClassConfigs()
           
  getActorInstanceConfigs()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

actorClassConfigs

protected  actorClassConfigs
The cached value of the 'Actor Class Configs' containment reference list.

See Also:
getActorClassConfigs()
EMF generated code
EMF ordered

actorInstanceConfigs

protected  actorInstanceConfigs
The cached value of the 'Actor Instance Configs' attribute list.

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

ConfigModelImpl

protected ConfigModelImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

getActorClassConfigs

public  getActorClassConfigs()

Specified by:
getActorClassConfigs in interface ConfigModel
Returns:
the value of the 'Actor Class Configs' containment reference list.
See Also:
ConfigPackage.getConfigModel_ActorClassConfigs()
EMF generated code

getActorInstanceConfigs

public  getActorInstanceConfigs()

Specified by:
getActorInstanceConfigs in interface ConfigModel
Returns:
the value of the 'Actor Instance Configs' attribute list.
See Also:
ConfigPackage.getConfigModel_ActorInstanceConfigs()
EMF generated code

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)

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