|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.RepeatPattern.Type
This class stores values for repeating types.
Field Summary | |
static RepeatPattern.Type |
DAILY
This value represents a 'daily' repeat type. |
static RepeatPattern.Type |
MONTHLY
This value represents a 'monthly' repeat type. |
static RepeatPattern.Type |
MONTHLY_BY_DAY
This value represents a 'monthly by day' repeat type. |
static int |
VALUE_DAILY
This represents the 'daily' value. |
static int |
VALUE_MONTHLY
This represents the 'monthly' 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 RepeatPattern.Type |
WEEKLY
This value represents a 'weekly' repeat type. |
static RepeatPattern.Type |
YEARLY
This value represents a 'yearly' repeat type. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static RepeatPattern.Type |
get(int iValue)
Gets the repeat type by its value. |
java.lang.String |
getKey()
Gets the i18n resource key name. |
static java.util.List |
getRepeatTypes()
Gets the list of repeat types. |
int |
getValue()
Gets the value of the repeat type. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_DAILY
public static final int VALUE_WEEKLY
public static final int VALUE_MONTHLY
public static final int VALUE_MONTHLY_BY_DAY
public static final int VALUE_YEARLY
public static final RepeatPattern.Type DAILY
public static final RepeatPattern.Type WEEKLY
public static final RepeatPattern.Type MONTHLY
public static final RepeatPattern.Type MONTHLY_BY_DAY
public static final RepeatPattern.Type YEARLY
Method Detail |
public java.lang.String getKey()
public int getValue()
public static RepeatPattern.Type get(int iValue)
iValue
- the value to get by
null
if not foundpublic static java.util.List getRepeatTypes()
RepeatType
s (unmodifiable)public boolean equals(java.lang.Object o)
o
- the object to check
true
if this object has the same value as the
argument, false
otherwise
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |