org.apache.lenya.workflow.impl
Class BooleanVariableInstanceImpl

java.lang.Object
  extended by org.apache.lenya.workflow.impl.BooleanVariableInstanceImpl
All Implemented Interfaces:
BooleanVariableInstance

public class BooleanVariableInstanceImpl
extends java.lang.Object
implements BooleanVariableInstance

Implementation of a boolean variable instance.


Constructor Summary
protected BooleanVariableInstanceImpl()
          Creates a new instance of BooleanVariableInstanceImpl
 
Method Summary
 boolean getValue()
          Returns the value of this variable.
 void setValue(boolean variableValue)
          Sets the value of this variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanVariableInstanceImpl

protected BooleanVariableInstanceImpl()
Creates a new instance of BooleanVariableInstanceImpl

Method Detail

getValue

public boolean getValue()
Description copied from interface: BooleanVariableInstance
Returns the value of this variable.

Specified by:
getValue in interface BooleanVariableInstance
Returns:
A boolean value.
See Also:
BooleanVariableInstance.getValue()

setValue

public void setValue(boolean variableValue)
Description copied from interface: BooleanVariableInstance
Sets the value of this variable.

Specified by:
setValue in interface BooleanVariableInstance
Parameters:
variableValue - A boolean value.
See Also:
BooleanVariableInstance.setValue(boolean)


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