com.ibm.workflow.api.ActivityInstancePackage
Class Escalation

java.lang.Object
  |
  +--com.ibm.workflow.api.ActivityInstancePackage.Escalation
All Implemented Interfaces:
java.io.Serializable

public final class Escalation
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int _FIRST_NOTIFICATION
           
static int _NO_NOTIFICATION
           
static int _NOT_SPECIFIED
           
static int _SECOND_NOTIFICATION
           
static Escalation FIRST_NOTIFICATION
           
static Escalation NO_NOTIFICATION
           
static Escalation NOT_SPECIFIED
           
static Escalation SECOND_NOTIFICATION
           
 
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
 

Field Detail

_NOT_SPECIFIED

public static final int _NOT_SPECIFIED

_NO_NOTIFICATION

public static final int _NO_NOTIFICATION

_FIRST_NOTIFICATION

public static final int _FIRST_NOTIFICATION

_SECOND_NOTIFICATION

public static final int _SECOND_NOTIFICATION

NOT_SPECIFIED

public static final Escalation NOT_SPECIFIED

NO_NOTIFICATION

public static final Escalation NO_NOTIFICATION

FIRST_NOTIFICATION

public static final Escalation FIRST_NOTIFICATION

SECOND_NOTIFICATION

public static final Escalation SECOND_NOTIFICATION
Method Detail

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.