com.ibm.workflow.api.ProgramTemplatePackage
Class TimePeriod

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

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

See Also:
Serialized Form

Field Summary
static int _FOREVER
           
static int _NEVER
           
static int _NOT_SET
           
static int _TIME_INTERVAL
           
static TimePeriod FOREVER
           
static TimePeriod NEVER
           
static TimePeriod NOT_SET
           
static TimePeriod TIME_INTERVAL
           
 
Method Summary
static TimePeriod 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

_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
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 TimePeriod 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.