All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.workflow.api.ControlConnectorInstancePackage.EvaluationState

java.lang.Object
   |
   +----com.ibm.workflow.api.ControlConnectorInstancePackage.EvaluationState

public final class EvaluationState
extends Object
implements Serializable
Version:
3.2.0.2

Variable Index

 o _IS_FALSE
 o _IS_TRUE
 o _NOT_EVALUATED
 o _NOT_SET
 o IS_FALSE
 o IS_TRUE
 o NOT_EVALUATED
 o NOT_SET

Method Index

 o from_int(int)
Returns the solitaire representing the given (zero-based) numeric value.
 o value()
Returns the numeric value of the enumeration object.

Variables

 o _IS_FALSE
 public static final int _IS_FALSE
 o _IS_TRUE
 public static final int _IS_TRUE
 o _NOT_EVALUATED
 public static final int _NOT_EVALUATED
 o _NOT_SET
 public static final int _NOT_SET
 o IS_FALSE
 public static final EvaluationState IS_FALSE
 o IS_TRUE
 public static final EvaluationState IS_TRUE
 o NOT_EVALUATED
 public static final EvaluationState NOT_EVALUATED
 o NOT_SET
 public static final EvaluationState NOT_SET

Methods

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

Returns:
the numeric value of the enumeration object.
 o 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.
Returns:
the solitaire representing the numeric value.

All Packages  Class Hierarchy  This Package  Previous  Next  Index