ujf.verimag.bip.cmodel.impl
Class CClassImpl

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

public class CClassImpl
extends CTypedElementImpl
implements CClass

An implementation of the model object 'CClass'.

The following features are implemented:


Field Summary
protected  EList content
          The cached value of the 'Content' containment reference list.
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  EList superClasses
          The cached value of the 'Super Classes' attribute 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 CClassImpl()
           
 
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 getContent()
           
 java.lang.String getName()
           
 EList getSuperClasses()
           
 java.lang.String getVisibility()
           
 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()

content

protected EList content
The cached value of the 'Content' containment reference list.

See Also:
getContent()

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

superClasses

protected EList superClasses
The cached value of the 'Super Classes' attribute list.

See Also:
getSuperClasses()
Constructor Detail

CClassImpl

protected CClassImpl()

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

getContent

public EList getContent()

Specified by:
getContent in interface CClass
Returns:
the value of the 'Content' containment reference list.
See Also:
CmodelPackage.getCClass_Content()

getName

public java.lang.String getName()

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

setName

public void setName(java.lang.String newName)

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

getSuperClasses

public EList getSuperClasses()

Specified by:
getSuperClasses in interface CClass
Returns:
the value of the 'Super Classes' attribute list.
See Also:
CmodelPackage.getCClass_SuperClasses()

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