|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectportlets.compoze.groupware.RepeatPattern.Weekends
public static class RepeatPattern.Weekends
This class represents the weekends.
| Field Summary | |
|---|---|
static RepeatPattern.Weekends |
DELETE
This value represents 'delete' repeat weekends. |
static RepeatPattern.Weekends |
DONT_MOVE
This value represents 'don't move' repeat weekends. |
static RepeatPattern.Weekends |
MOVE_TO_FRIDAY
This value represents 'move to Friday' repeat weekends. |
static RepeatPattern.Weekends |
MOVE_TO_MONDAY
This value represents 'move to Monday' repeat weekends. |
static RepeatPattern.Weekends |
MOVE_TO_NEAREST_WEEKDAY
This value represents 'move to nearest weekday' repeat weekends. |
static int |
VALUE_DELETE
This value represents the 'delete' weekends rule. |
static int |
VALUE_DONT_MOVE
This value represents the 'don't move' weekends rule. |
static int |
VALUE_MOVE_TO_FRIDAY
This value represents the 'move to Friday' weekends rule. |
static int |
VALUE_MOVE_TO_MONDAY
This value represents the 'move to Monday' weekends rule. |
static int |
VALUE_MOVE_TO_NEAREST_WEEKDAY
This value represents the 'move to nearest weekday' weekends rule. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Checks for equality. |
static RepeatPattern.Weekends |
get(int iValue)
Gets the weekends by its value. |
java.lang.String |
getKey()
Gets the i18n resource key name. |
int |
getValue()
Gets the value of the weekends. |
static java.util.List |
getWeekends()
Gets the list of Weekends. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int VALUE_DONT_MOVE
public static final int VALUE_MOVE_TO_FRIDAY
public static final int VALUE_MOVE_TO_MONDAY
public static final int VALUE_MOVE_TO_NEAREST_WEEKDAY
public static final int VALUE_DELETE
public static final RepeatPattern.Weekends DONT_MOVE
public static final RepeatPattern.Weekends MOVE_TO_FRIDAY
public static final RepeatPattern.Weekends MOVE_TO_MONDAY
public static final RepeatPattern.Weekends MOVE_TO_NEAREST_WEEKDAY
public static final RepeatPattern.Weekends DELETE
| Method Detail |
|---|
public java.lang.String getKey()
public int getValue()
public static RepeatPattern.Weekends get(int iValue)
iValue - the value to get by
null if not foundpublic static java.util.List getWeekends()
Weekends (unmodifiable)public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the object to check
true if this object has the same value as the
argument, false otherwise
|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||