ujf.verimag.bip.cmodel.impl
Class CEnumTypeImpl

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

public class CEnumTypeImpl
extends CTypedElementImpl
implements CEnumType

An implementation of the model object 'CEnum Type'.

The following features are implemented:


Field Summary
protected  EList enumeration
          The cached value of the 'Enumeration' containment reference list.
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 CEnumTypeImpl()
           
 
Method Summary
 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)
           
 EList getEnumeration()
           
 java.lang.String getVisibility()
           
 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()

enumeration

protected EList enumeration
The cached value of the 'Enumeration' containment reference list.

See Also:
getEnumeration()
Constructor Detail

CEnumTypeImpl

protected CEnumTypeImpl()

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

getEnumeration

public EList getEnumeration()

Specified by:
getEnumeration in interface CEnumType
Returns:
the value of the 'Enumeration' containment reference list.
See Also:
CmodelPackage.getCEnumType_Enumeration()

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