All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.workflow.api.ProgramDataPackage.TimePeriod
java.lang.Object
|
+----com.ibm.workflow.api.ProgramDataPackage.TimePeriod
- public final class TimePeriod
- extends Object
- implements Serializable
- Version:
- 3.2.0.2
-
_FOREVER
-
-
_NEVER
-
-
_NOT_SET
-
-
_TIME_INTERVAL
-
-
FOREVER
-
-
NEVER
-
-
NOT_SET
-
-
TIME_INTERVAL
-
-
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
_TIME_INTERVAL
public static final int _TIME_INTERVAL
_FOREVER
public static final int _FOREVER
_NEVER
public static final int _NEVER
NOT_SET
public static final TimePeriod NOT_SET
TIME_INTERVAL
public static final TimePeriod TIME_INTERVAL
FOREVER
public static final TimePeriod FOREVER
NEVER
public static final TimePeriod NEVER
value
public int value()
- Returns the numeric value of the enumeration object.
- Returns:
- the numeric value of the enumeration object.
from_int
public static TimePeriod 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