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

Variable Index

 o _FOREVER
 o _NEVER
 o _NOT_SET
 o _TIME_INTERVAL
 o FOREVER
 o NEVER
 o NOT_SET
 o TIME_INTERVAL

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_SET
 public static final int _NOT_SET
 o _TIME_INTERVAL
 public static final int _TIME_INTERVAL
 o _FOREVER
 public static final int _FOREVER
 o _NEVER
 public static final int _NEVER
 o NOT_SET
 public static final TimePeriod NOT_SET
 o TIME_INTERVAL
 public static final TimePeriod TIME_INTERVAL
 o FOREVER
 public static final TimePeriod FOREVER
 o NEVER
 public static final TimePeriod NEVER

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