|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEObjectImpl
de.uka.ipd.sdq.stoex.impl.ExpressionImpl
de.uka.ipd.sdq.stoex.impl.IfElseImpl
de.uka.ipd.sdq.stoex.impl.BooleanExpressionImpl
de.uka.ipd.sdq.stoex.impl.ComparisonImpl
de.uka.ipd.sdq.stoex.impl.TermImpl
de.uka.ipd.sdq.stoex.impl.ProductImpl
de.uka.ipd.sdq.stoex.impl.PowerImpl
de.uka.ipd.sdq.stoex.impl.UnaryImpl
de.uka.ipd.sdq.stoex.impl.AtomImpl
de.uka.ipd.sdq.stoex.impl.BoolLiteralImpl
public class BoolLiteralImpl
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 |
|---|
public static final String copyright
protected static final boolean VALUE_EDEFAULT
Value' attribute.
isValue(),
Constant Field Valuesprotected boolean value
Value' attribute.
isValue()| Constructor Detail |
|---|
protected BoolLiteralImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class AtomImplpublic boolean isValue()
isValue in interface BoolLiteralBoolLiteral.setValue(boolean),
StoexPackage.getBoolLiteral_Value()public void setValue(boolean newValue)
setValue in interface BoolLiteralnewValue - the new value of the 'Value' attribute.BoolLiteral.isValue()
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||