com.ibm.workflow.api.ItemPackage
Class AssignReason

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

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

See Also:
Serialized Form

Field Summary
static int _BY_TRANSFER
           
static int _NORMAL
           
static int _NOT_SPECIFIED
           
static int _PROCESS_ADMINISTRATOR
           
static int _SUBSTITUTE
           
static int _SYSTEM_ADMINISTRATOR
           
static AssignReason BY_TRANSFER
           
static AssignReason NORMAL
           
static AssignReason NOT_SPECIFIED
           
static AssignReason PROCESS_ADMINISTRATOR
           
static AssignReason SUBSTITUTE
           
static AssignReason SYSTEM_ADMINISTRATOR
           
 
Method Summary
static AssignReason 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

_NORMAL

public static final int _NORMAL

_SUBSTITUTE

public static final int _SUBSTITUTE

_PROCESS_ADMINISTRATOR

public static final int _PROCESS_ADMINISTRATOR

_SYSTEM_ADMINISTRATOR

public static final int _SYSTEM_ADMINISTRATOR

_BY_TRANSFER

public static final int _BY_TRANSFER

NOT_SPECIFIED

public static final AssignReason NOT_SPECIFIED

NORMAL

public static final AssignReason NORMAL

SUBSTITUTE

public static final AssignReason SUBSTITUTE

PROCESS_ADMINISTRATOR

public static final AssignReason PROCESS_ADMINISTRATOR

SYSTEM_ADMINISTRATOR

public static final AssignReason SYSTEM_ADMINISTRATOR

BY_TRANSFER

public static final AssignReason BY_TRANSFER
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 AssignReason 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, 2007. All Rights Reserved.