com.ibm.workflow.api.ServicePackage
Class AbsenceIndicator

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

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

See Also:
Serialized Form

Field Summary
static int _LEAVE
           
static int _NOT_SET
           
static int _RESET
           
static AbsenceIndicator LEAVE
           
static AbsenceIndicator NOT_SET
           
static AbsenceIndicator RESET
           
 
Method Summary
static AbsenceIndicator 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_SET

public static final int _NOT_SET

_RESET

public static final int _RESET

_LEAVE

public static final int _LEAVE

NOT_SET

public static final AbsenceIndicator NOT_SET

RESET

public static final AbsenceIndicator RESET

LEAVE

public static final AbsenceIndicator LEAVE
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 AbsenceIndicator 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.