|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.collab.CollabEnum
com.compoze.collab.exchange.RecurrenceInstanceEnum
public class RecurrenceInstanceEnum
This class is used to represent the day of the week that an "nth"
recurrence occurs on.
The enumeration class that contains RecurrenceInstance elements.
| Field Summary | |
|---|---|
static RecurrenceInstance |
FIRST
Occurs on the first '[Sun-Sat]' of the week. |
static RecurrenceInstance |
FOURTH
Occurs on the fourth '[Sun-Sat]' of the week. |
static RecurrenceInstance |
LAST
Occurs on the last '[Sun-Sat]' of the week. |
static int |
NUM_ELEMENTS
|
static RecurrenceInstance |
SECOND
Occurs on the second '[Sun-Sat]' of the week. |
static RecurrenceInstance |
THIRD
Occurs on the third '[Sun-Sat]' of the week. |
static int |
VALUE_FIRST
|
static int |
VALUE_FOURTH
|
static int |
VALUE_LAST
|
static int |
VALUE_SECOND
|
static int |
VALUE_THIRD
|
| Fields inherited from class com.compoze.collab.CollabEnum |
|---|
m_elements |
| Constructor Summary | |
|---|---|
protected |
RecurrenceInstanceEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
RecurrenceInstanceEnum(int iNumElements)
|
| Method Summary | |
|---|---|
static CollabEnum |
i()
Gets the singleton. |
| Methods inherited from class com.compoze.collab.CollabEnum |
|---|
addElement, getDefaultElement, getElement, getElements, getInternalName, getRawElements, getResourceBundle, isDefaultElement, setDefaultElement, updateDigest |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, 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_LAST
public static final int NUM_ELEMENTS
public static final RecurrenceInstance FIRST
public static final RecurrenceInstance SECOND
public static final RecurrenceInstance THIRD
public static final RecurrenceInstance FOURTH
public static final RecurrenceInstance LAST
| Constructor Detail |
|---|
protected RecurrenceInstanceEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
protected RecurrenceInstanceEnum(int iNumElements)
| Method Detail |
|---|
public static CollabEnum i()
|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||