com.compoze.collab.exchange
Class MeetingStatusEnum
java.lang.Object
|
+--com.compoze.collab.Enum
|
+--com.compoze.collab.exchange.MeetingStatusEnum
- All Implemented Interfaces:
- java.io.Serializable
- public class MeetingStatusEnum
- extends Enum
- implements java.io.Serializable
This class is used to represent the status of an appointment. Appointments
can be standalone entries, or organized meetings.
The enumeration class that contains MeetingStatus
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
MeetingStatusEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
MeetingStatusEnum(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_NON_MEETING
public static final int VALUE_NON_MEETING
VALUE_MEETING
public static final int VALUE_MEETING
VALUE_MEETING_RECEIVED
public static final int VALUE_MEETING_RECEIVED
VALUE_MEETING_CANCELLED
public static final int VALUE_MEETING_CANCELLED
VALUE_MEETING_CANCELLED_NO_RESPONSE
public static final int VALUE_MEETING_CANCELLED_NO_RESPONSE
NUM_ELEMENTS
public static final int NUM_ELEMENTS
NON_MEETING
public static final MeetingStatus NON_MEETING
- Indicates that this appointment is not a meeting.
MEETING
public static final MeetingStatus MEETING
- Indicates that this appointment is a meeting.
MEETING_RECEIVED
public static final MeetingStatus MEETING_RECEIVED
- Indicates that this appointment is a meeting and has been received by the attendees.
MEETING_CANCELLED
public static final MeetingStatus MEETING_CANCELLED
- Indicates that this appointment was an organized meeting, but was cancelled.
MEETING_CANCELLED_NO_RESPONSE
public static final MeetingStatus MEETING_CANCELLED_NO_RESPONSE
- Indicates that this appointment was an organized meeting, but was cancelled and had not responses to invitations.
MeetingStatusEnum
protected MeetingStatusEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
MeetingStatusEnum
protected MeetingStatusEnum(int iNumElements)
i
public static Enum i()
- Gets the singleton.
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.