ujf.verimag.bip.cmodel.impl
Class CTypedElementImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.cmodel.impl.CTypedElementImpl
All Implemented Interfaces:
CTypedElement
Direct Known Subclasses:
CArgumentImpl, CClassImpl, CDataImpl, CEnumTypeImpl

public class CTypedElementImpl
extends EObjectImpl
implements CTypedElement

An implementation of the model object 'CTyped Element'.

The following features are implemented:


Field Summary
protected  java.lang.String type
          The cached value of the 'Type' attribute.
protected static java.lang.String TYPE_EDEFAULT
          The default value of the 'Type' attribute.
 
Constructor Summary
protected CTypedElementImpl()
           
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 java.lang.String getType()
           
 void setType(java.lang.String newType)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_EDEFAULT

protected static final java.lang.String TYPE_EDEFAULT
The default value of the 'Type' attribute.

See Also:
getType()

type

protected java.lang.String type
The cached value of the 'Type' attribute.

See Also:
getType()
Constructor Detail

CTypedElementImpl

protected CTypedElementImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getType

public java.lang.String getType()

Specified by:
getType in interface CTypedElement
Returns:
the value of the 'Type' attribute.
See Also:
CTypedElement.setType(String), CmodelPackage.getCTypedElement_Type()

setType

public void setType(java.lang.String newType)

Specified by:
setType in interface CTypedElement
Parameters:
newType - the new value of the 'Type' attribute.
See Also:
CTypedElement.getType()

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