com.compoze.collab.domino
Class AppointmentTypeEnum
java.lang.Object
|
+--com.compoze.collab.CollabEnum
|
+--com.compoze.collab.domino.AppointmentTypeEnum
- All Implemented Interfaces:
- com.compoze.collab.util.IDigestSupport, java.io.Serializable
- public class AppointmentTypeEnum
- extends CollabEnum
- implements java.io.Serializable
An enumeration of the Domino appointment types.
The enumeration class that contains AppointmentType
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
AppointmentTypeEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
AppointmentTypeEnum(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_APPOINTMENT
public static final int VALUE_APPOINTMENT
VALUE_ANNIVERSARY
public static final int VALUE_ANNIVERSARY
VALUE_ALL_DAY_EVENT
public static final int VALUE_ALL_DAY_EVENT
VALUE_MEETING
public static final int VALUE_MEETING
VALUE_REMINDER
public static final int VALUE_REMINDER
NUM_ELEMENTS
public static final int NUM_ELEMENTS
APPOINTMENT
public static final AppointmentType APPOINTMENT
- The appointment appointment type.
ANNIVERSARY
public static final AppointmentType ANNIVERSARY
- The anniversary appointment type.
ALL_DAY_EVENT
public static final AppointmentType ALL_DAY_EVENT
- The all day event appointment type.
MEETING
public static final AppointmentType MEETING
- The meeting appointment type.
REMINDER
public static final AppointmentType REMINDER
- The reminder appointment type.
AppointmentTypeEnum
protected AppointmentTypeEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
AppointmentTypeEnum
protected AppointmentTypeEnum(int iNumElements)
i
public static CollabEnum i()
- Gets the singleton.
Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.