ujf.verimag.bip.Core.ActionLanguage.Expressions.impl
Class RealLiteralImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.Behaviors.impl.ActionImpl
          extended by ujf.verimag.bip.Core.Behaviors.impl.ExpressionImpl
              extended by ujf.verimag.bip.Core.ActionLanguage.Expressions.impl.RealLiteralImpl
All Implemented Interfaces:
RealLiteral, Action, Expression

public class RealLiteralImpl
extends ExpressionImpl
implements RealLiteral

An implementation of the model object 'Real Literal'.

The following features are implemented:


Field Summary
protected  java.lang.String rValue
          The cached value of the 'RValue' attribute.
protected static java.lang.String RVALUE_EDEFAULT
          The default value of the 'RValue' attribute.
 
Constructor Summary
protected RealLiteralImpl()
           
 
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 getRValue()
           
 void setRValue(java.lang.String newRValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RVALUE_EDEFAULT

protected static final java.lang.String RVALUE_EDEFAULT
The default value of the 'RValue' attribute.

See Also:
getRValue()

rValue

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

See Also:
getRValue()
Constructor Detail

RealLiteralImpl

protected RealLiteralImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ExpressionImpl

getRValue

public java.lang.String getRValue()

Specified by:
getRValue in interface RealLiteral
Returns:
the value of the 'RValue' attribute.
See Also:
RealLiteral.setRValue(String), ExpressionsPackage.getRealLiteral_RValue()

setRValue

public void setRValue(java.lang.String newRValue)

Specified by:
setRValue in interface RealLiteral
Parameters:
newRValue - the new value of the 'RValue' attribute.
See Also:
RealLiteral.getRValue()

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