ujf.verimag.bip.cmodel.impl
Class CInitializationImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.cmodel.impl.CInitializationImpl
All Implemented Interfaces:
CInitialization

public class CInitializationImpl
extends EObjectImpl
implements CInitialization

An implementation of the model object 'CInitialization'.

The following features are implemented:


Field Summary
protected  java.lang.String field
          The cached value of the 'Field' attribute.
protected static java.lang.String FIELD_EDEFAULT
          The default value of the 'Field' attribute.
protected  EList parameter
          The cached value of the 'Parameter' containment reference list.
 
Constructor Summary
protected CInitializationImpl()
           
 
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)
           
 java.lang.String getField()
           
 EList getParameter()
           
 void setField(java.lang.String newField)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FIELD_EDEFAULT

protected static final java.lang.String FIELD_EDEFAULT
The default value of the 'Field' attribute.

See Also:
getField()

field

protected java.lang.String field
The cached value of the 'Field' attribute.

See Also:
getField()

parameter

protected EList parameter
The cached value of the 'Parameter' containment reference list.

See Also:
getParameter()
Constructor Detail

CInitializationImpl

protected CInitializationImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getField

public java.lang.String getField()

Specified by:
getField in interface CInitialization
Returns:
the value of the 'Field' attribute.
See Also:
CInitialization.setField(String), CmodelPackage.getCInitialization_Field()

setField

public void setField(java.lang.String newField)

Specified by:
setField in interface CInitialization
Parameters:
newField - the new value of the 'Field' attribute.
See Also:
CInitialization.getField()

getParameter

public EList getParameter()

Specified by:
getParameter in interface CInitialization
Returns:
the value of the 'Parameter' containment reference list.
See Also:
CmodelPackage.getCInitialization_Parameter()

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)


toString

public java.lang.String toString()