|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--portlets.compoze.groupware.pref.CalendarPreferences.TimeInterval
This class represents the time interval.
Field Summary | |
static CalendarPreferences.TimeInterval |
FIFTEEN_MINUTES
This value represents the '15 minutes' time interval. |
static CalendarPreferences.TimeInterval |
ONE_HOUR
This value represents the '1 hour' time interval. |
static CalendarPreferences.TimeInterval |
THIRTY_MINUTES
This value represents the '30 minutes' time interval. |
static int |
VALUE_FIFTEEN_MINUTES
This value represents the '15 minutes' time interval. |
static int |
VALUE_ONE_HOUR
This value represents the '1 hour' time interval. |
static int |
VALUE_THIRTY_MINUTES
This value represents the '30 minutes' time interval. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static CalendarPreferences.TimeInterval |
get(int iValue)
Gets the time interval by the value. |
java.lang.String |
getKey()
Gets the key (i18n resources name) for time interval. |
int |
getMinutes()
Gets the minutes of the time interval. |
static java.util.List |
getTimeIntervals()
Gets the list of time interval objects. |
int |
getValue()
Gets the value of the time interval. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_FIFTEEN_MINUTES
public static final int VALUE_THIRTY_MINUTES
public static final int VALUE_ONE_HOUR
public static final CalendarPreferences.TimeInterval THIRTY_MINUTES
public static final CalendarPreferences.TimeInterval FIFTEEN_MINUTES
public static final CalendarPreferences.TimeInterval ONE_HOUR
Method Detail |
public java.lang.String getKey()
public int getValue()
VALUE_
constants)public int getMinutes()
public static CalendarPreferences.TimeInterval get(int iValue)
iValue
- the value to get bypublic static java.util.List getTimeIntervals()
TimeInterval
objects (unmodifiable)public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to checktrue
if this object has the same value as the argument; false
otherwisegetValue()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |