ujf.verimag.bip.cmodel.impl
Class CLiteralImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.cmodel.impl.CBodyItemImpl
          extended by ujf.verimag.bip.cmodel.impl.CStmImpl
              extended by ujf.verimag.bip.cmodel.impl.CExpressionImpl
                  extended by ujf.verimag.bip.cmodel.impl.CLiteralImpl
All Implemented Interfaces:
CBodyItem, CExpression, CLiteral, CStm

public class CLiteralImpl
extends CExpressionImpl
implements CLiteral

An implementation of the model object 'CLiteral'.

The following features are implemented:


Field Summary
protected  java.lang.String value
          The cached value of the 'Value' attribute.
protected static java.lang.String VALUE_EDEFAULT
          The default value of the 'Value' attribute.
 
Constructor Summary
protected CLiteralImpl()
           
 
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 getValue()
           
 void setValue(java.lang.String newValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VALUE_EDEFAULT

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

See Also:
getValue()

value

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

See Also:
getValue()
Constructor Detail

CLiteralImpl

protected CLiteralImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class CExpressionImpl

getValue

public java.lang.String getValue()

Specified by:
getValue in interface CLiteral
Returns:
the value of the 'Value' attribute.
See Also:
CLiteral.setValue(String), CmodelPackage.getCLiteral_Value()

setValue

public void setValue(java.lang.String newValue)

Specified by:
setValue in interface CLiteral
Parameters:
newValue - the new value of the 'Value' attribute.
See Also:
CLiteral.getValue()

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