|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface BooleanVariable
Boolean state variable.
A workflow schema can contain a set of state variables. For each instance, the state variables hold certain values. Values can be assigned during transitions, so a variable can change its value when a transition fires. Currently, the workflow supports only boolean state variables.
| Method Summary | |
|---|---|
boolean |
getInitialValue()
Returns the initial value of this variable. |
java.lang.String |
getName()
Returns the name of this variable. |
| Method Detail |
|---|
java.lang.String getName()
boolean getInitialValue()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||