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

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.IntegerLiteralImpl
All Implemented Interfaces:
IntegerLiteral, Action, Expression

public class IntegerLiteralImpl
extends ExpressionImpl
implements IntegerLiteral

An implementation of the model object 'Integer Literal'.

The following features are implemented:


Field Summary
protected  int iValue
          The cached value of the 'IValue' attribute.
protected static int IVALUE_EDEFAULT
          The default value of the 'IValue' attribute.
 
Constructor Summary
protected IntegerLiteralImpl()
           
 
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)
           
 int getIValue()
           
 void setIValue(int newIValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IVALUE_EDEFAULT

protected static final int IVALUE_EDEFAULT
The default value of the 'IValue' attribute.

See Also:
getIValue(), Constant Field Values

iValue

protected int iValue
The cached value of the 'IValue' attribute.

See Also:
getIValue()
Constructor Detail

IntegerLiteralImpl

protected IntegerLiteralImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ExpressionImpl

getIValue

public int getIValue()

Specified by:
getIValue in interface IntegerLiteral
Returns:
the value of the 'IValue' attribute.
See Also:
IntegerLiteral.setIValue(int), ExpressionsPackage.getIntegerLiteral_IValue()

setIValue

public void setIValue(int newIValue)

Specified by:
setIValue in interface IntegerLiteral
Parameters:
newIValue - the new value of the 'IValue' attribute.
See Also:
IntegerLiteral.getIValue()

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