All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.workflow.api.ServicePackage.AbsenceIndicator
java.lang.Object
|
+----com.ibm.workflow.api.ServicePackage.AbsenceIndicator
- public final class AbsenceIndicator
- extends Object
- implements Serializable
- Version:
- 3.2.0.2
-
_LEAVE
-
-
_NOT_SET
-
-
_RESET
-
-
LEAVE
-
-
NOT_SET
-
-
RESET
-
-
from_int(int)
- Returns the solitaire representing the given (zero-based) numeric value.
-
value()
- Returns the numeric value of the enumeration object.
_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
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.
- Returns:
- the solitaire representing the numeric value.
All Packages Class Hierarchy This Package Previous Next Index