|
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.RepeatPattern.Day
This class represents the day.
Field Summary | |
static RepeatPattern.Day |
FRIDAY
This value represents 'Friday'. |
static RepeatPattern.Day |
MONDAY
This value represents 'Monday'. |
static RepeatPattern.Day |
SATURDAY
This value represents 'Saturday'. |
static RepeatPattern.Day |
SUNDAY
This value represents 'Sunday'. |
static RepeatPattern.Day |
THURSDAY
This value represents 'Thursday'. |
static RepeatPattern.Day |
TUESDAY
This value represents 'Tuesday'. |
static int |
VALUE_FRIDAY
The value that represents the day Friday. |
static int |
VALUE_MONDAY
The value that represents the day Monday. |
static int |
VALUE_SATURDAY
The value that represents the day Saturday. |
static int |
VALUE_SUNDAY
The value that represents the day Sunday. |
static int |
VALUE_THURSDAY
The value that represents the day Thursday. |
static int |
VALUE_TUESDAY
The value that represents the day Tuesday. |
static int |
VALUE_WEDNESDAY
The value that represents the day Wednesday. |
static RepeatPattern.Day |
WEDNESDAY
This value represents 'Wednesday'. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static RepeatPattern.Day |
get(int iValue)
Gets the days by its value. |
static java.util.List |
getDays()
Gets the list of days. |
java.lang.String |
getKey()
Gets the i18n resource key name. |
int |
getValue()
Gets the value of the day. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_SUNDAY
public static final int VALUE_MONDAY
public static final int VALUE_TUESDAY
public static final int VALUE_WEDNESDAY
public static final int VALUE_THURSDAY
public static final int VALUE_FRIDAY
public static final int VALUE_SATURDAY
public static final RepeatPattern.Day SUNDAY
public static final RepeatPattern.Day MONDAY
public static final RepeatPattern.Day TUESDAY
public static final RepeatPattern.Day WEDNESDAY
public static final RepeatPattern.Day THURSDAY
public static final RepeatPattern.Day FRIDAY
public static final RepeatPattern.Day SATURDAY
Method Detail |
public java.lang.String getKey()
public int getValue()
public static RepeatPattern.Day get(int iValue)
iValue
- the value to get bynull
if not foundpublic static java.util.List getDays()
Day
s (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
otherwise
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |