|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.workflow.impl.BooleanVariableImpl
public class BooleanVariableImpl
Implementation of a boolean variable.
| Constructor Summary | |
|---|---|
protected |
BooleanVariableImpl(java.lang.String variableName,
boolean initialValue)
Creates a new instance of BooleanVariableImpl. |
| Method Summary | |
|---|---|
boolean |
getInitialValue()
Returns the initial value of this variable. |
java.lang.String |
getName()
Returns the name of this variable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected BooleanVariableImpl(java.lang.String variableName,
boolean initialValue)
variableName - The variable name.initialValue - The initial value of the corresponding variable instances.| Method Detail |
|---|
public java.lang.String getName()
BooleanVariable
getName in interface BooleanVariableBooleanVariable.getName()public boolean getInitialValue()
BooleanVariable
getInitialValue in interface BooleanVariableBooleanVariable.getInitialValue()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||