ujf.verimag.bip.cmodel.impl
Class CInitParameterImpl

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

public class CInitParameterImpl
extends EObjectImpl
implements CInitParameter

An implementation of the model object 'CInit Parameter'.

The following features are implemented:


Field Summary
protected static java.lang.String FIELD_NAME_EDEFAULT
          The default value of the 'Field Name' attribute.
protected  java.lang.String fieldName
          The cached value of the 'Field Name' attribute.
protected  CExpression value
          The cached value of the 'Value' containment reference.
 
Constructor Summary
protected CInitParameterImpl()
           
 
Method Summary
 NotificationChain basicSetValue(CExpression newValue, NotificationChain msgs)
           
 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 getFieldName()
           
 CExpression getValue()
           
 void setFieldName(java.lang.String newFieldName)
           
 void setValue(CExpression newValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FIELD_NAME_EDEFAULT

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

See Also:
getFieldName()

fieldName

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

See Also:
getFieldName()

value

protected CExpression value
The cached value of the 'Value' containment reference.

See Also:
getValue()
Constructor Detail

CInitParameterImpl

protected CInitParameterImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getFieldName

public java.lang.String getFieldName()

Specified by:
getFieldName in interface CInitParameter
Returns:
the value of the 'Field Name' attribute.
See Also:
CInitParameter.setFieldName(String), CmodelPackage.getCInitParameter_FieldName()

setFieldName

public void setFieldName(java.lang.String newFieldName)

Specified by:
setFieldName in interface CInitParameter
Parameters:
newFieldName - the new value of the 'Field Name' attribute.
See Also:
CInitParameter.getFieldName()

getValue

public CExpression getValue()

Specified by:
getValue in interface CInitParameter
Returns:
the value of the 'Value' containment reference.
See Also:
CInitParameter.setValue(CExpression), CmodelPackage.getCInitParameter_Value()

basicSetValue

public NotificationChain basicSetValue(CExpression newValue,
                                       NotificationChain msgs)


setValue

public void setValue(CExpression newValue)

Specified by:
setValue in interface CInitParameter
Parameters:
newValue - the new value of the 'Value' containment reference.
See Also:
CInitParameter.getValue()

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()