com.compoze.collab.exchange
Class RecurrenceEndTypeEnum
java.lang.Object
|
+--com.compoze.collab.CollabEnum
|
+--com.compoze.collab.exchange.RecurrenceEndTypeEnum
- All Implemented Interfaces:
- com.compoze.collab.util.IDigestSupport, java.io.Serializable
- public class RecurrenceEndTypeEnum
- extends CollabEnum
- implements java.io.Serializable
This class is used to represent how the end date of a recurrence pattern is
specified.
The enumeration class that contains RecurrenceEndType
elements.
- See Also:
- Serialized Form
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALUE_BY_DATE
public static final int VALUE_BY_DATE
VALUE_INSTANCES
public static final int VALUE_INSTANCES
VALUE_NO_END
public static final int VALUE_NO_END
NUM_ELEMENTS
public static final int NUM_ELEMENTS
BY_DATE
public static final RecurrenceEndType BY_DATE
- The recurrence pattern end is an exact date
INSTANCES
public static final RecurrenceEndType INSTANCES
- The recurrence pattern end is determined by a fixed number of occurrences.
NO_END
public static final RecurrenceEndType NO_END
- The recurrence pattern has no end date
RecurrenceEndTypeEnum
protected RecurrenceEndTypeEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
RecurrenceEndTypeEnum
protected RecurrenceEndTypeEnum(int iNumElements)
i
public static CollabEnum i()
- Gets the singleton.
Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.