|
|||||||||
| Home >> All >> org >> apache >> lenya >> [ workflow overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.lenya.workflow
Interface BooleanVariableInstance

- public interface BooleanVariableInstance
An instance of a boolean variable.
| Method Summary | |
boolean |
getValue()
Returns the value of this variable. |
void |
setValue(boolean value)
Sets the value of this variable. |
| Method Detail |
setValue
public void setValue(boolean value)
- Sets the value of this variable.
getValue
public boolean getValue()
- Returns the value of this variable.
|
|||||||||
| Home >> All >> org >> apache >> lenya >> [ workflow overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC