ujf.verimag.bip.cmodel.impl
Class CDataImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.cmodel.impl.CTypedElementImpl
          extended by ujf.verimag.bip.cmodel.impl.CDataImpl
All Implemented Interfaces:
CBodyItem, CData, CItem, CTypedElement

public class CDataImpl
extends CTypedElementImpl
implements CData

An implementation of the model object 'CData'.

The following features are implemented:


Field Summary
protected  CExpression initialValue
          The cached value of the 'Initial Value' containment reference.
protected  java.lang.String name
          The cached value of the 'Name' attribute.
protected static java.lang.String NAME_EDEFAULT
          The default value of the 'Name' attribute.
protected  java.lang.String visibility
          The cached value of the 'Visibility' attribute.
protected static java.lang.String VISIBILITY_EDEFAULT
          The default value of the 'Visibility' attribute.
 
Fields inherited from class ujf.verimag.bip.cmodel.impl.CTypedElementImpl
type, TYPE_EDEFAULT
 
Constructor Summary
protected CDataImpl()
           
 
Method Summary
 NotificationChain basicSetInitialValue(CExpression newInitialValue, NotificationChain msgs)
           
 int eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class baseClass)
           
 int eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class baseClass)
           
 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)
           
 CExpression getInitialValue()
           
 java.lang.String getName()
           
 java.lang.String getVisibility()
           
 void setInitialValue(CExpression newInitialValue)
           
 void setName(java.lang.String newName)
           
 void setVisibility(java.lang.String newVisibility)
           
 java.lang.String toString()
           
 
Methods inherited from class ujf.verimag.bip.cmodel.impl.CTypedElementImpl
getType, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ujf.verimag.bip.cmodel.CTypedElement
getType, setType
 

Field Detail

VISIBILITY_EDEFAULT

protected static final java.lang.String VISIBILITY_EDEFAULT
The default value of the 'Visibility' attribute.

See Also:
getVisibility()

visibility

protected java.lang.String visibility
The cached value of the 'Visibility' attribute.

See Also:
getVisibility()

NAME_EDEFAULT

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

See Also:
getName()

name

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

See Also:
getName()

initialValue

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

See Also:
getInitialValue()
Constructor Detail

CDataImpl

protected CDataImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class CTypedElementImpl

getVisibility

public java.lang.String getVisibility()

Specified by:
getVisibility in interface CItem
Returns:
the value of the 'Visibility' attribute.
See Also:
CItem.setVisibility(String), CmodelPackage.getCItem_Visibility()

setVisibility

public void setVisibility(java.lang.String newVisibility)

Specified by:
setVisibility in interface CItem
Parameters:
newVisibility - the new value of the 'Visibility' attribute.
See Also:
CItem.getVisibility()

getName

public java.lang.String getName()

Specified by:
getName in interface CData
Returns:
the value of the 'Name' attribute.
See Also:
CData.setName(String), CmodelPackage.getCData_Name()

setName

public void setName(java.lang.String newName)

Specified by:
setName in interface CData
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
CData.getName()

getInitialValue

public CExpression getInitialValue()

Specified by:
getInitialValue in interface CData
Returns:
the value of the 'Initial Value' containment reference.
See Also:
CData.setInitialValue(CExpression), CmodelPackage.getCData_InitialValue()

basicSetInitialValue

public NotificationChain basicSetInitialValue(CExpression newInitialValue,
                                              NotificationChain msgs)


setInitialValue

public void setInitialValue(CExpression newInitialValue)

Specified by:
setInitialValue in interface CData
Parameters:
newInitialValue - the new value of the 'Initial Value' containment reference.
See Also:
CData.getInitialValue()

eInverseRemove

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


eGet

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

Overrides:
eGet in class CTypedElementImpl

eSet

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

Overrides:
eSet in class CTypedElementImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class CTypedElementImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class CTypedElementImpl

eBaseStructuralFeatureID

public int eBaseStructuralFeatureID(int derivedFeatureID,
                                    java.lang.Class baseClass)


eDerivedStructuralFeatureID

public int eDerivedStructuralFeatureID(int baseFeatureID,
                                       java.lang.Class baseClass)


toString

public java.lang.String toString()

Overrides:
toString in class CTypedElementImpl