ujf.verimag.bip.cmodel.impl
Class CCaseItemImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.cmodel.impl.CBlockImpl
          extended by ujf.verimag.bip.cmodel.impl.CCaseItemImpl
All Implemented Interfaces:
CBlock, CCaseItem

public class CCaseItemImpl
extends CBlockImpl
implements CCaseItem

An implementation of the model object 'CCase Item'.

The following features are implemented:


Field Summary
protected static java.lang.String CASE_VALUE_EDEFAULT
          The default value of the 'Case Value' attribute.
protected  java.lang.String caseValue
          The cached value of the 'Case Value' attribute.
 
Fields inherited from class ujf.verimag.bip.cmodel.impl.CBlockImpl
content
 
Constructor Summary
protected CCaseItemImpl()
           
 
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 getCaseValue()
           
 void setCaseValue(java.lang.String newCaseValue)
           
 java.lang.String toString()
           
 
Methods inherited from class ujf.verimag.bip.cmodel.impl.CBlockImpl
eInverseRemove, getContent
 
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.CBlock
getContent
 

Field Detail

CASE_VALUE_EDEFAULT

protected static final java.lang.String CASE_VALUE_EDEFAULT
The default value of the 'Case Value' attribute.

See Also:
getCaseValue()

caseValue

protected java.lang.String caseValue
The cached value of the 'Case Value' attribute.

See Also:
getCaseValue()
Constructor Detail

CCaseItemImpl

protected CCaseItemImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class CBlockImpl

getCaseValue

public java.lang.String getCaseValue()

Specified by:
getCaseValue in interface CCaseItem
Returns:
the value of the 'Case Value' attribute.
See Also:
CCaseItem.setCaseValue(String), CmodelPackage.getCCaseItem_CaseValue()

setCaseValue

public void setCaseValue(java.lang.String newCaseValue)

Specified by:
setCaseValue in interface CCaseItem
Parameters:
newCaseValue - the new value of the 'Case Value' attribute.
See Also:
CCaseItem.getCaseValue()

eGet

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

Overrides:
eGet in class CBlockImpl

eSet

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

Overrides:
eSet in class CBlockImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class CBlockImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class CBlockImpl

toString

public java.lang.String toString()