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

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

public class IndexLiteralImpl
extends ExpressionImpl
implements IndexLiteral

An implementation of the model object 'Index Literal'.

The following features are implemented:


Field Summary
protected  int id
          The cached value of the 'Id' attribute.
protected static int ID_EDEFAULT
          The default value of the 'Id' attribute.
 
Constructor Summary
protected IndexLiteralImpl()
           
 
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 getId()
           
 void setId(int newId)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ID_EDEFAULT

protected static final int ID_EDEFAULT
The default value of the 'Id' attribute.

See Also:
getId(), Constant Field Values

id

protected int id
The cached value of the 'Id' attribute.

See Also:
getId()
Constructor Detail

IndexLiteralImpl

protected IndexLiteralImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ExpressionImpl

getId

public int getId()

Specified by:
getId in interface IndexLiteral
Returns:
the value of the 'Id' attribute.
See Also:
IndexLiteral.setId(int), ExpressionsPackage.getIndexLiteral_Id()

setId

public void setId(int newId)

Specified by:
setId in interface IndexLiteral
Parameters:
newId - the new value of the 'Id' attribute.
See Also:
IndexLiteral.getId()

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