|
Compoze Software, Inc. | |||||||||
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.RecurrenceEndTypeEnum
This class is used to represent how the end date of a recurrence pattern is
specified.
The enumeration class that contains RecurrenceEndType
elements.
Field Summary | |
static RecurrenceEndType |
BY_DATE
The recurrence pattern end is an exact date |
static RecurrenceEndType |
INSTANCES
The recurrence pattern end is determined by a fixed number of occurrences. |
static RecurrenceEndType |
NO_END
The recurrence pattern has no end date |
static int |
NUM_ELEMENTS
|
static int |
VALUE_BY_DATE
|
static int |
VALUE_INSTANCES
|
static int |
VALUE_NO_END
|
Fields inherited from class com.compoze.collab.CollabEnum |
m_elements |
Constructor Summary | |
protected |
RecurrenceEndTypeEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
RecurrenceEndTypeEnum(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_BY_DATE
public static final int VALUE_INSTANCES
public static final int VALUE_NO_END
public static final int NUM_ELEMENTS
public static final RecurrenceEndType BY_DATE
public static final RecurrenceEndType INSTANCES
public static final RecurrenceEndType NO_END
Constructor Detail |
protected RecurrenceEndTypeEnum(java.lang.Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, java.lang.String sInternalName, boolean bMaskable)
protected RecurrenceEndTypeEnum(int iNumElements)
Method Detail |
public static CollabEnum i()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |