com.compoze.collab.exchange
Class RecurrenceInstanceEnum
java.lang.Object
|
+--com.compoze.collab.Enum
|
+--com.compoze.collab.exchange.RecurrenceInstanceEnum
- All Implemented Interfaces:
- java.io.Serializable
- public class RecurrenceInstanceEnum
- extends Enum
- implements java.io.Serializable
This class is used to represent the day of the week that an "nth"
recurrence occurs on.
The enumeration class that contains RecurrenceInstance
elements.
- See Also:
- Serialized Form
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 Enum |
i()
Gets the singleton. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALUE_FIRST
public static final int VALUE_FIRST
VALUE_SECOND
public static final int VALUE_SECOND
VALUE_THIRD
public static final int VALUE_THIRD
VALUE_FOURTH
public static final int VALUE_FOURTH
VALUE_LAST
public static final int VALUE_LAST
NUM_ELEMENTS
public static final int NUM_ELEMENTS
FIRST
public static final RecurrenceInstance FIRST
- Occurs on the first '[Sun-Sat]' of the week.
SECOND
public static final RecurrenceInstance SECOND
- Occurs on the second '[Sun-Sat]' of the week.
THIRD
public static final RecurrenceInstance THIRD
- Occurs on the third '[Sun-Sat]' of the week.
FOURTH
public static final RecurrenceInstance FOURTH
- Occurs on the fourth '[Sun-Sat]' of the week.
LAST
public static final RecurrenceInstance LAST
- Occurs on the last '[Sun-Sat]' of the week.
RecurrenceInstanceEnum
protected RecurrenceInstanceEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
RecurrenceInstanceEnum
protected RecurrenceInstanceEnum(int iNumElements)
i
public static Enum i()
- Gets the singleton.
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.