com.ibm.workflow.api.ProcessInstancePackage
Class Escalation
java.lang.Object
|
+--com.ibm.workflow.api.ProcessInstancePackage.Escalation
- All Implemented Interfaces:
- java.io.Serializable
- public final class Escalation
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
static Escalation |
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 |
_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.
© Copyright IBM Corporation 1999, 2008. All Rights Reserved.