com.compoze.collab.exchange
Class RecurrenceTypeEnum
java.lang.Object
|
+--com.compoze.collab.CollabEnum
|
+--com.compoze.collab.exchange.RecurrenceTypeEnum
- All Implemented Interfaces:
- com.compoze.collab.util.IDigestSupport, java.io.Serializable
- public class RecurrenceTypeEnum
- extends CollabEnum
- implements java.io.Serializable
This class is used to represent the type of recurrence that a recurrence
pattern has.
The enumeration class that contains RecurrenceType
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
RecurrenceTypeEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
RecurrenceTypeEnum(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_NONE
public static final int VALUE_NONE
VALUE_DAILY
public static final int VALUE_DAILY
VALUE_WEEKLY
public static final int VALUE_WEEKLY
VALUE_MONTHLY
public static final int VALUE_MONTHLY
VALUE_MONTHLY_NTH
public static final int VALUE_MONTHLY_NTH
VALUE_YEARLY
public static final int VALUE_YEARLY
VALUE_YEARLY_NTH
public static final int VALUE_YEARLY_NTH
NUM_ELEMENTS
public static final int NUM_ELEMENTS
NONE
public static final RecurrenceType NONE
- Indicates that there is no recurrence pattern.
DAILY
public static final RecurrenceType DAILY
- Indicates a pattern that occurs every day.
WEEKLY
public static final RecurrenceType WEEKLY
- Indicates a pattern that occurs every week.
MONTHLY
public static final RecurrenceType MONTHLY
- Indicates a pattern that occurs every month.
MONTHLY_NTH
public static final RecurrenceType MONTHLY_NTH
- Indicates a pattern that occurs every month.
YEARLY
public static final RecurrenceType YEARLY
- Indicates a pattern that occurs every year.
YEARLY_NTH
public static final RecurrenceType YEARLY_NTH
- Indicates a pattern that occurs every year.
RecurrenceTypeEnum
protected RecurrenceTypeEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
RecurrenceTypeEnum
protected RecurrenceTypeEnum(int iNumElements)
i
public static CollabEnum i()
- Gets the singleton.
Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.