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

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

public class BooleanLiteralImpl
extends ExpressionImpl
implements BooleanLiteral

An implementation of the model object 'Boolean Literal'.

The following features are implemented:


Field Summary
protected  boolean bValue
          The cached value of the 'BValue' attribute.
protected static boolean BVALUE_EDEFAULT
          The default value of the 'BValue' attribute.
 
Constructor Summary
protected BooleanLiteralImpl()
           
 
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)
           
 boolean isBValue()
           
 void setBValue(boolean newBValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BVALUE_EDEFAULT

protected static final boolean BVALUE_EDEFAULT
The default value of the 'BValue' attribute.

See Also:
isBValue(), Constant Field Values

bValue

protected boolean bValue
The cached value of the 'BValue' attribute.

See Also:
isBValue()
Constructor Detail

BooleanLiteralImpl

protected BooleanLiteralImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ExpressionImpl

isBValue

public boolean isBValue()

Specified by:
isBValue in interface BooleanLiteral
Returns:
the value of the 'BValue' attribute.
See Also:
BooleanLiteral.setBValue(boolean), ExpressionsPackage.getBooleanLiteral_BValue()

setBValue

public void setBValue(boolean newBValue)

Specified by:
setBValue in interface BooleanLiteral
Parameters:
newBValue - the new value of the 'BValue' attribute.
See Also:
BooleanLiteral.isBValue()

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