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
-
_IS_FALSE
-
-
_IS_TRUE
-
-
_NOT_EVALUATED
-
-
_NOT_SET
-
-
IS_FALSE
-
-
IS_TRUE
-
-
NOT_EVALUATED
-
-
NOT_SET
-
-
from_int(int)
- Returns the solitaire representing the given (zero-based) numeric value.
-
value()
- Returns the numeric value of the enumeration object.
_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
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.
- Returns:
- the solitaire representing the numeric value.
All Packages Class Hierarchy This Package Previous Next Index