All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.workflow.api.ActivityInstancePackage.Escalation

java.lang.Object
   |
   +----com.ibm.workflow.api.ActivityInstancePackage.Escalation

public final class Escalation
extends Object
implements Serializable
Version:
3.2.0.2

Variable Index

 o _FIRST_NOTIFICATION
 o _NO_NOTIFICATION
 o _NOT_SPECIFIED
 o _SECOND_NOTIFICATION
 o FIRST_NOTIFICATION
 o NO_NOTIFICATION
 o NOT_SPECIFIED
 o SECOND_NOTIFICATION

Method Index

 o from_int(int)
Returns the solitaire representing the given (zero-based) numeric value.
 o value()
Returns the numeric value of the enumeration object.

Variables

 o _NOT_SPECIFIED
 public static final int _NOT_SPECIFIED
 o _NO_NOTIFICATION
 public static final int _NO_NOTIFICATION
 o _FIRST_NOTIFICATION
 public static final int _FIRST_NOTIFICATION
 o _SECOND_NOTIFICATION
 public static final int _SECOND_NOTIFICATION
 o NOT_SPECIFIED
 public static final Escalation NOT_SPECIFIED
 o NO_NOTIFICATION
 public static final Escalation NO_NOTIFICATION
 o FIRST_NOTIFICATION
 public static final Escalation FIRST_NOTIFICATION
 o SECOND_NOTIFICATION
 public static final Escalation SECOND_NOTIFICATION

Methods

 o value
 public int value()
Returns the numeric value of the enumeration object.

Returns:
the numeric value of the enumeration object.
 o 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