org.apache.lenya.workflow.impl
Class BooleanVariableImpl

java.lang.Object
  extended by org.apache.lenya.workflow.impl.BooleanVariableImpl
All Implemented Interfaces:
org.apache.lenya.workflow.BooleanVariable

public class BooleanVariableImpl
extends java.lang.Object
implements org.apache.lenya.workflow.BooleanVariable

Implementation of a boolean variable.


Constructor Summary
protected BooleanVariableImpl(java.lang.String variableName, boolean _initialValue)
          Creates a new instance of BooleanVariableImpl.
 
Method Summary
 boolean getInitialValue()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanVariableImpl

protected BooleanVariableImpl(java.lang.String variableName,
                              boolean _initialValue)
Creates a new instance of BooleanVariableImpl.

Parameters:
variableName - The variable name.
_initialValue - The initial value of the corresponding variable instances.
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface org.apache.lenya.workflow.BooleanVariable
See Also:
BooleanVariable.getName()

getInitialValue

public boolean getInitialValue()
Specified by:
getInitialValue in interface org.apache.lenya.workflow.BooleanVariable
See Also:
BooleanVariable.getInitialValue()


Copyright © $ Apache Software Foundation. All Rights Reserved.