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

Quick Search    Search Deep

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


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.