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

Quick Search    Search Deep

org.apache.lenya.workflow.impl
Class BooleanVariableInstanceImpl  view BooleanVariableInstanceImpl download BooleanVariableInstanceImpl.java

java.lang.Object
  extended byorg.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
           
 
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
 

Field Detail

value

private boolean value
Constructor Detail

BooleanVariableInstanceImpl

protected BooleanVariableInstanceImpl()
Creates a new instance of BooleanVariableInstanceImpl

Method Detail

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