|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.RepeatWeekends
public class RepeatWeekends
This class stores the values for a 'repeat weekends'.
Field Summary | |
---|---|
static RepeatWeekends |
DELETE
This value represents a 'delete' repeat weekends. |
static RepeatWeekends |
DONT_MOVE
This value represents a 'don't move' repeat weekends. |
static RepeatWeekends |
MOVE_TO_FRIDAY
This value represents a 'move to Friday' repeat weekends. |
static RepeatWeekends |
MOVE_TO_MONDAY
This value represents a 'move to Monday' repeat weekends. |
static RepeatWeekends |
MOVE_TO_NEAREST_WEEKDAY
This value represents a '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 RepeatWeekends |
get(int iValue)
Gets the repeat weekends by its value. |
static java.util.List |
getList()
Gets the list of repeat weekends. |
java.lang.String |
getName()
Gets the name of the repeat weekends using the system default locale. |
java.lang.String |
getName(java.util.Locale locale)
Gets the name of the repeat weekends using the specified locale. |
int |
getValue()
Gets the value of the repeat weekends. |
java.lang.String |
toString()
Returns a string representation of the object. |
java.lang.String |
toString(java.util.Locale locale)
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, 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 RepeatWeekends DONT_MOVE
public static final RepeatWeekends MOVE_TO_FRIDAY
public static final RepeatWeekends MOVE_TO_MONDAY
public static final RepeatWeekends MOVE_TO_NEAREST_WEEKDAY
public static final RepeatWeekends DELETE
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getName(java.util.Locale locale)
locale
- the locale
public int getValue()
public static RepeatWeekends get(int iValue)
iValue
- the value to get by
null
if not foundpublic static java.util.List getList()
RepeatWeekends
objects (unmodifiable)public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to check
true
if this object has the same store value as the
argument, false
otherwisepublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.util.Locale locale)
locale
- the locale
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |