com.compoze.collab.exchange
Class MeetingResponseStatusEnum
java.lang.Object
|
+--com.compoze.collab.Enum
|
+--com.compoze.collab.exchange.MeetingResponseStatusEnum
- All Implemented Interfaces:
- java.io.Serializable
- public class MeetingResponseStatusEnum
- extends Enum
- implements java.io.Serializable
This class is used to represent the how an organized meeting request was
responded to.
The enumeration class that contains MeetingResponseStatus
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
MeetingResponseStatusEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
MeetingResponseStatusEnum(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_NONE
public static final int VALUE_NONE
VALUE_ORGANIZED
public static final int VALUE_ORGANIZED
VALUE_TENTATIVE
public static final int VALUE_TENTATIVE
VALUE_ACCEPTED
public static final int VALUE_ACCEPTED
VALUE_DECLINED
public static final int VALUE_DECLINED
VALUE_NOT_RESPONDED
public static final int VALUE_NOT_RESPONDED
NUM_ELEMENTS
public static final int NUM_ELEMENTS
NONE
public static final MeetingResponseStatus NONE
ORGANIZED
public static final MeetingResponseStatus ORGANIZED
- Indicates that the meeting is organized
TENTATIVE
public static final MeetingResponseStatus TENTATIVE
- Indicates that the meeting request was accepted tentatively.
ACCEPTED
public static final MeetingResponseStatus ACCEPTED
- Indicates that the meeting request was accepted.
DECLINED
public static final MeetingResponseStatus DECLINED
- Indicates that the meeting request was declined.
NOT_RESPONDED
public static final MeetingResponseStatus NOT_RESPONDED
- Indicates that there has been no response for the meeting.
MeetingResponseStatusEnum
protected MeetingResponseStatusEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
MeetingResponseStatusEnum
protected MeetingResponseStatusEnum(int iNumElements)
i
public static Enum i()
- Gets the singleton.
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.