com.ibm.workflow.api.ControlConnectorInstancePackage
Class EvaluationState

java.lang.Object
  |
  +--com.ibm.workflow.api.ControlConnectorInstancePackage.EvaluationState
All Implemented Interfaces:
java.io.Serializable

public final class EvaluationState
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int _IS_FALSE
           
static int _IS_TRUE
           
static int _NOT_EVALUATED
           
static int _NOT_SET
           
static EvaluationState IS_FALSE
           
static EvaluationState IS_TRUE
           
static EvaluationState NOT_EVALUATED
           
static EvaluationState NOT_SET
           
 
Method Summary
static EvaluationState from_int(int $value)
          Returns the solitaire representing the given (zero-based) numeric value.
 int value()
          Returns the numeric value of the enumeration object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_IS_FALSE

public static final int _IS_FALSE

_IS_TRUE

public static final int _IS_TRUE

_NOT_EVALUATED

public static final int _NOT_EVALUATED

_NOT_SET

public static final int _NOT_SET

IS_FALSE

public static final EvaluationState IS_FALSE

IS_TRUE

public static final EvaluationState IS_TRUE

NOT_EVALUATED

public static final EvaluationState NOT_EVALUATED

NOT_SET

public static final EvaluationState NOT_SET
Method Detail

value

public int value()
Returns the numeric value of the enumeration object.
Returns:
the numeric value of the enumeration object.

from_int

public static EvaluationState from_int(int $value)
Returns the solitaire representing the given (zero-based) numeric value.
Parameters:
$value - the numeric value to represent.


© Copyright IBM Corporation 1999, 2008. All Rights Reserved.