|
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.ByWeek
This class represents the by weeks.
Field Summary | |
static RepeatPattern.ByWeek |
FIFTH
This value represents the 'fifth week'. |
static RepeatPattern.ByWeek |
FIRST
This value represents the 'first week'. |
static RepeatPattern.ByWeek |
FOURTH
This value represents the 'fourth week'. |
static RepeatPattern.ByWeek |
SECOND
This value represents the 'second week'. |
static RepeatPattern.ByWeek |
THIRD
This value represents the 'third week'. |
static int |
VALUE_FIFTH
The value that represents the 'fifth week'. |
static int |
VALUE_FIRST
The value that represents the 'first week'. |
static int |
VALUE_FOURTH
The value that represents the 'fourth week'. |
static int |
VALUE_SECOND
The value that represents the 'second week'. |
static int |
VALUE_THIRD
The value that represents the 'third week'. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static RepeatPattern.ByWeek |
get(int iValue)
Gets the by weeks by its value. |
static java.util.List |
getByWeeks()
Gets the list of by weeks. |
java.lang.String |
getKey()
Gets the i18n resource key name. |
int |
getValue()
Gets the value of the by week. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_FIRST
public static final int VALUE_SECOND
public static final int VALUE_THIRD
public static final int VALUE_FOURTH
public static final int VALUE_FIFTH
public static final RepeatPattern.ByWeek FIRST
public static final RepeatPattern.ByWeek SECOND
public static final RepeatPattern.ByWeek THIRD
public static final RepeatPattern.ByWeek FOURTH
public static final RepeatPattern.ByWeek FIFTH
Method Detail |
public java.lang.String getKey()
public int getValue()
public static RepeatPattern.ByWeek get(int iValue)
iValue
- the value to get bynull
if not foundpublic static java.util.List getByWeeks()
ByWeek
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 |