com.plumtree.remote.prc
Class TimeIntervalUnit

java.lang.Object
  extended bycom.plumtree.remote.prc.TimeIntervalUnit

public class TimeIntervalUnit
extends java.lang.Object

An enumerated type used to describe the units for time interval. See TimeInterval.setUnit(com.plumtree.remote.prc.TimeIntervalUnit) and TimeInterval.getUnit().


Field Summary
static TimeIntervalUnit DAY
          A day.
static TimeIntervalUnit HOUR
          An hour.
static TimeIntervalUnit MINUTE
          A minute.
static TimeIntervalUnit MONTH
          A month.
static TimeIntervalUnit UNSET
          Unset.
static TimeIntervalUnit WEEK
          A week.
static TimeIntervalUnit YEAR
          A year.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNSET

public static final TimeIntervalUnit UNSET
Unset. Unit for TimeInterval.INFINITE


MINUTE

public static final TimeIntervalUnit MINUTE
A minute.


HOUR

public static final TimeIntervalUnit HOUR
An hour.


DAY

public static final TimeIntervalUnit DAY
A day.


WEEK

public static final TimeIntervalUnit WEEK
A week.


MONTH

public static final TimeIntervalUnit MONTH
A month.


YEAR

public static final TimeIntervalUnit YEAR
A year.



For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.