All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.workflow.api.ProcessInstancePackage.Escalation
java.lang.Object
|
+----com.ibm.workflow.api.ProcessInstancePackage.Escalation
- public final class Escalation
- extends Object
- implements Serializable
- Version:
- 3.2.0.2
-
_NO_NOTIFICATION
-
-
_NOT_SET
-
-
_PROCESS_NOTIFICATION
-
-
NO_NOTIFICATION
-
-
NOT_SET
-
-
PROCESS_NOTIFICATION
-
-
from_int(int)
- Returns the solitaire representing the given (zero-based) numeric value.
-
value()
- Returns the numeric value of the enumeration object.
_NOT_SET
public static final int _NOT_SET
_NO_NOTIFICATION
public static final int _NO_NOTIFICATION
_PROCESS_NOTIFICATION
public static final int _PROCESS_NOTIFICATION
NOT_SET
public static final Escalation NOT_SET
NO_NOTIFICATION
public static final Escalation NO_NOTIFICATION
PROCESS_NOTIFICATION
public static final Escalation PROCESS_NOTIFICATION
value
public int value()
- Returns the numeric value of the enumeration object.
- Returns:
- the numeric value of the enumeration object.
from_int
public static Escalation 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