ujf.verimag.bip.cmodel.impl
Class CHeaderTextImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.cmodel.impl.CItemImpl
          extended by ujf.verimag.bip.cmodel.impl.CHeaderTextImpl
All Implemented Interfaces:
CHeaderText, CItem

public class CHeaderTextImpl
extends CItemImpl
implements CHeaderText

An implementation of the model object 'CHeader Text'.

The following features are implemented:


Field Summary
protected  java.lang.String cCode
          The cached value of the 'CCode' attribute.
protected static java.lang.String CCODE_EDEFAULT
          The default value of the 'CCode' attribute.
 
Fields inherited from class ujf.verimag.bip.cmodel.impl.CItemImpl
visibility, VISIBILITY_EDEFAULT
 
Constructor Summary
protected CHeaderTextImpl()
           
 
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 getCCode()
           
 void setCCode(java.lang.String newCCode)
           
 java.lang.String toString()
           
 
Methods inherited from class ujf.verimag.bip.cmodel.impl.CItemImpl
getVisibility, setVisibility
 
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.CItem
getVisibility, setVisibility
 

Field Detail

CCODE_EDEFAULT

protected static final java.lang.String CCODE_EDEFAULT
The default value of the 'CCode' attribute.

See Also:
getCCode()

cCode

protected java.lang.String cCode
The cached value of the 'CCode' attribute.

See Also:
getCCode()
Constructor Detail

CHeaderTextImpl

protected CHeaderTextImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class CItemImpl

getCCode

public java.lang.String getCCode()

Specified by:
getCCode in interface CHeaderText
Returns:
the value of the 'CCode' attribute.
See Also:
CHeaderText.setCCode(String), CmodelPackage.getCHeaderText_CCode()

setCCode

public void setCCode(java.lang.String newCCode)

Specified by:
setCCode in interface CHeaderText
Parameters:
newCCode - the new value of the 'CCode' attribute.
See Also:
CHeaderText.getCCode()

eGet

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

Overrides:
eGet in class CItemImpl

eSet

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

Overrides:
eSet in class CItemImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class CItemImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class CItemImpl

toString

public java.lang.String toString()

Overrides:
toString in class CItemImpl