ujf.verimag.bip.Core.Behaviors.impl
Class ParameterizedElementImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.Behaviors.impl.ParameterizedElementImpl
All Implemented Interfaces:
ParameterizedElement

public abstract class ParameterizedElementImpl
extends EObjectImpl
implements ParameterizedElement

An implementation of the model object 'Parameterized Element'.

The following features are implemented:


Field Summary
protected   dataParameter
          The cached value of the 'Data Parameter' containment reference list.
 
Constructor Summary
protected ParameterizedElementImpl()
           
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 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)
           
  getDataParameter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataParameter

protected  dataParameter
The cached value of the 'Data Parameter' containment reference list.

See Also:
getDataParameter()
Constructor Detail

ParameterizedElementImpl

protected ParameterizedElementImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getDataParameter

public  getDataParameter()

Specified by:
getDataParameter in interface ParameterizedElement
Returns:
the value of the 'Data Parameter' containment reference list.
See Also:
BehaviorsPackage.getParameterizedElement_DataParameter(), DataParameter.getParameterizedElement()

eInverseAdd

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


eInverseRemove

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


eGet

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


eSet

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


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)