Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.lenya.workflow
Interface BooleanVariable  view BooleanVariable download BooleanVariable.java


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

getName

public java.lang.String getName()
Returns the name of this variable.


getInitialValue

public boolean getInitialValue()
Returns the initial value of this variable.