java.lang.Object
org.apache.lenya.workflow.impl.BooleanVariableInstanceImpl
- All Implemented Interfaces:
- org.apache.lenya.workflow.BooleanVariableInstance
- public class BooleanVariableInstanceImpl
- extends java.lang.Object
- implements org.apache.lenya.workflow.BooleanVariableInstance
Implementation of a boolean variable instance.
|
Field Summary |
private boolean |
value
|
|
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 |
value
private boolean value
BooleanVariableInstanceImpl
protected BooleanVariableInstanceImpl()
- Creates a new instance of BooleanVariableInstanceImpl
getValue
public boolean getValue()
- Description copied from interface:
org.apache.lenya.workflow.BooleanVariableInstance
- Returns the value of this variable.
- Specified by:
getValue in interface org.apache.lenya.workflow.BooleanVariableInstance
setValue
public void setValue(boolean variableValue)
- Description copied from interface:
org.apache.lenya.workflow.BooleanVariableInstance
- Sets the value of this variable.
- Specified by:
setValue in interface org.apache.lenya.workflow.BooleanVariableInstance