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
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 |
_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.
© Copyright IBM Corporation 1999, 2007. All Rights Reserved.