org.apache.lenya.workflow
Interface BooleanVariableInstance

All Known Implementing Classes:
BooleanVariableInstanceImpl

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

void setValue(boolean value)
Sets the value of this variable.

Parameters:
value - A boolean value.

getValue

boolean getValue()
Returns the value of this variable.

Returns:
A boolean value.


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.