All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.workflow.api.ItemPackage.AssignReason

java.lang.Object
   |
   +----com.ibm.workflow.api.ItemPackage.AssignReason

public final class AssignReason
extends Object
implements Serializable
Version:
3.2.0.2

Variable Index

 o _BY_TRANSFER
 o _NORMAL
 o _NOT_SPECIFIED
 o _PROCESS_ADMINISTRATOR
 o _SUBSTITUTE
 o _SYSTEM_ADMINISTRATOR
 o BY_TRANSFER
 o NORMAL
 o NOT_SPECIFIED
 o PROCESS_ADMINISTRATOR
 o SUBSTITUTE
 o SYSTEM_ADMINISTRATOR

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 _NORMAL
 public static final int _NORMAL
 o _SUBSTITUTE
 public static final int _SUBSTITUTE
 o _PROCESS_ADMINISTRATOR
 public static final int _PROCESS_ADMINISTRATOR
 o _SYSTEM_ADMINISTRATOR
 public static final int _SYSTEM_ADMINISTRATOR
 o _BY_TRANSFER
 public static final int _BY_TRANSFER
 o NOT_SPECIFIED
 public static final AssignReason NOT_SPECIFIED
 o NORMAL
 public static final AssignReason NORMAL
 o SUBSTITUTE
 public static final AssignReason SUBSTITUTE
 o PROCESS_ADMINISTRATOR
 public static final AssignReason PROCESS_ADMINISTRATOR
 o SYSTEM_ADMINISTRATOR
 public static final AssignReason SYSTEM_ADMINISTRATOR
 o BY_TRANSFER
 public static final AssignReason BY_TRANSFER

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 AssignReason 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