|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.RepeatType
This class stores the values for a 'repeat type'. The internationalizable
string values are stored in the domino_resources.properties
file (accessed through DominoProperties
) and referenced by
their key.
Field Summary | |
static RepeatType |
CUSTOM
This value represents a 'custom' repeat type. |
static RepeatType |
DAILY
This value represents a 'daily' repeat type. |
static RepeatType |
MONTHLY_BY_DATE
This value represents a 'monthly by date' repeat type. |
static RepeatType |
MONTHLY_BY_DAY
This value represents a 'monthly by day' repeat type. |
static int |
VALUE_CUSTOM
This represents the 'custom' value. |
static int |
VALUE_DAILY
This represents the 'daily' value. |
static int |
VALUE_MONTHLY_BY_DATE
This represents the 'monthly by date' value. |
static int |
VALUE_MONTHLY_BY_DAY
This represents the 'monthly by day' value. |
static int |
VALUE_WEEKLY
This represents the 'weekly' value. |
static int |
VALUE_YEARLY
This represents the 'yearly' value. |
static RepeatType |
WEEKLY
This value represents a 'weekly' repeat type. |
static RepeatType |
YEARLY
This value represents a 'yearly' repeat type. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static RepeatType |
get(int iValue)
Gets the repeat type by its value. |
static java.util.List |
getList()
Gets the list of repeat types. |
java.lang.String |
getName()
Gets the name of the repeat type using the system default locale. |
java.lang.String |
getName(java.util.Locale locale)
Gets the name of the repeat type using the specified locale. |
int |
getValue()
Gets the value of the repeat type. |
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_DAILY
public static final int VALUE_WEEKLY
public static final int VALUE_MONTHLY_BY_DATE
public static final int VALUE_MONTHLY_BY_DAY
public static final int VALUE_YEARLY
public static final int VALUE_CUSTOM
public static final RepeatType DAILY
public static final RepeatType WEEKLY
public static final RepeatType MONTHLY_BY_DATE
public static final RepeatType MONTHLY_BY_DAY
public static final RepeatType YEARLY
public static final RepeatType CUSTOM
Method Detail |
public java.lang.String getName()
public java.lang.String getName(java.util.Locale locale)
locale
- the locale
public int getValue()
public static RepeatType get(int iValue)
iValue
- the value to get by
null
if not foundpublic static java.util.List getList()
RepeatType
s (unmodifiable)public boolean equals(java.lang.Object o)
o
- the object to check
true
if this object has the same store value as the
argument, false
otherwisepublic java.lang.String toString()
public java.lang.String toString(java.util.Locale locale)
locale
- the locale
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |