de.uka.ipd.sdq.stoex.impl
Class BoolLiteralImpl

java.lang.Object
  extended by EObjectImpl
      extended by de.uka.ipd.sdq.stoex.impl.ExpressionImpl
          extended by de.uka.ipd.sdq.stoex.impl.IfElseImpl
              extended by de.uka.ipd.sdq.stoex.impl.BooleanExpressionImpl
                  extended by de.uka.ipd.sdq.stoex.impl.ComparisonImpl
                      extended by de.uka.ipd.sdq.stoex.impl.TermImpl
                          extended by de.uka.ipd.sdq.stoex.impl.ProductImpl
                              extended by de.uka.ipd.sdq.stoex.impl.PowerImpl
                                  extended by de.uka.ipd.sdq.stoex.impl.UnaryImpl
                                      extended by de.uka.ipd.sdq.stoex.impl.AtomImpl
                                          extended by de.uka.ipd.sdq.stoex.impl.BoolLiteralImpl
All Implemented Interfaces:
Atom, BooleanExpression, BoolLiteral, Comparison, Expression, IfElse, Power, Product, Term, Unary

public class BoolLiteralImpl
extends AtomImpl
implements BoolLiteral

An implementation of the model object 'Bool Literal'.

The following features are implemented:


Field Summary
static String copyright
           
protected  boolean value
          The cached value of the 'Value' attribute.
protected static boolean VALUE_EDEFAULT
          The default value of the 'Value' attribute.
 
Constructor Summary
protected BoolLiteralImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 boolean isValue()
           
 void setValue(boolean newValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

VALUE_EDEFAULT

protected static final boolean VALUE_EDEFAULT
The default value of the 'Value' attribute.

See Also:
isValue(), Constant Field Values

value

protected boolean value
The cached value of the 'Value' attribute.

See Also:
isValue()
Constructor Detail

BoolLiteralImpl

protected BoolLiteralImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class AtomImpl

isValue

public boolean isValue()

Specified by:
isValue in interface BoolLiteral
Returns:
the value of the 'Value' attribute.
See Also:
BoolLiteral.setValue(boolean), StoexPackage.getBoolLiteral_Value()

setValue

public void setValue(boolean newValue)

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

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public String toString()