com.compoze.collab.exchange
Class DayOfWeekEnum
java.lang.Object
com.compoze.collab.CollabEnum
com.compoze.collab.exchange.DayOfWeekEnum
- All Implemented Interfaces:
- com.compoze.collab.util.IDigestSupport, java.io.Serializable
- public class DayOfWeekEnum
- extends CollabEnum
- implements java.io.Serializable
This class is used to represent a day of the week for an Exchange
recurrence pattern.
The enumeration class that contains DayOfWeek
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
DayOfWeekEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
DayOfWeekEnum(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_SUNDAY
public static final int VALUE_SUNDAY
- See Also:
- Constant Field Values
VALUE_MONDAY
public static final int VALUE_MONDAY
- See Also:
- Constant Field Values
VALUE_TUESDAY
public static final int VALUE_TUESDAY
- See Also:
- Constant Field Values
VALUE_WEDNESDAY
public static final int VALUE_WEDNESDAY
- See Also:
- Constant Field Values
VALUE_THURSDAY
public static final int VALUE_THURSDAY
- See Also:
- Constant Field Values
VALUE_FRIDAY
public static final int VALUE_FRIDAY
- See Also:
- Constant Field Values
VALUE_SATURDAY
public static final int VALUE_SATURDAY
- See Also:
- Constant Field Values
NUM_ELEMENTS
public static final int NUM_ELEMENTS
- See Also:
- Constant Field Values
SUNDAY
public static final DayOfWeek SUNDAY
MONDAY
public static final DayOfWeek MONDAY
TUESDAY
public static final DayOfWeek TUESDAY
WEDNESDAY
public static final DayOfWeek WEDNESDAY
THURSDAY
public static final DayOfWeek THURSDAY
FRIDAY
public static final DayOfWeek FRIDAY
SATURDAY
public static final DayOfWeek SATURDAY
DayOfWeekEnum
protected DayOfWeekEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
DayOfWeekEnum
protected DayOfWeekEnum(int iNumElements)
i
public static CollabEnum i()
- Gets the singleton.
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.