java.lang.Object
org.apache.lenya.workflow.impl.BooleanVariableAssignmentImpl
- All Implemented Interfaces:
- org.apache.lenya.workflow.Action, org.apache.lenya.workflow.BooleanVariableAssignment
- public class BooleanVariableAssignmentImpl
- extends java.lang.Object
- implements org.apache.lenya.workflow.BooleanVariableAssignment
Implementation of a boolean variable assignment.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variable
private BooleanVariableImpl variable
value
private boolean value
BooleanVariableAssignmentImpl
protected BooleanVariableAssignmentImpl(BooleanVariableImpl variable,
boolean value)
- Ctor.
execute
public void execute(org.apache.lenya.workflow.WorkflowInstance instance)
throws org.apache.lenya.workflow.WorkflowException
- Description copied from interface:
org.apache.lenya.workflow.Action
- Executes this action for a given workflow instance.
- Specified by:
execute in interface org.apache.lenya.workflow.Action
getValue
public boolean getValue()
- Returns the value of this assignment.
getVariable
public BooleanVariableImpl getVariable()
- Returns the variable of this assignment.