de.uka.ipd.sdq.stoex
Interface BoolLiteral

All Superinterfaces:
Atom, BooleanExpression, Comparison, Expression, IfElse, Power, Product, Term, Unary
All Known Implementing Classes:
BoolLiteralImpl

public interface BoolLiteral
extends Atom

A representation of the model object 'Bool Literal'.

The following features are supported:

See Also:
StoexPackage.getBoolLiteral()

Field Summary
static String copyright
           
 
Method Summary
 boolean isValue()
          Returns the value of the 'Value' attribute.
 void setValue(boolean value)
          Sets the value of the 'Value' attribute.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

isValue

boolean isValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(boolean), StoexPackage.getBoolLiteral_Value()

setValue

void setValue(boolean value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
isValue()