|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.collab.CollabEnum
com.compoze.collab.exchange.MeetingResponseStatusEnum
public class MeetingResponseStatusEnum
This class is used to represent the how an organized meeting request was
responded to.
The enumeration class that contains MeetingResponseStatus
elements.
Field Summary | |
---|---|
static MeetingResponseStatus |
ACCEPTED
Indicates that the meeting request was accepted. |
static MeetingResponseStatus |
DECLINED
Indicates that the meeting request was declined. |
static MeetingResponseStatus |
NONE
|
static MeetingResponseStatus |
NOT_RESPONDED
Indicates that there has been no response for the meeting. |
static int |
NUM_ELEMENTS
|
static MeetingResponseStatus |
ORGANIZED
Indicates that the meeting is organized |
static MeetingResponseStatus |
TENTATIVE
Indicates that the meeting request was accepted tentatively. |
static int |
VALUE_ACCEPTED
|
static int |
VALUE_DECLINED
|
static int |
VALUE_NONE
|
static int |
VALUE_NOT_RESPONDED
|
static int |
VALUE_ORGANIZED
|
static int |
VALUE_TENTATIVE
|
Fields inherited from class com.compoze.collab.CollabEnum |
---|
m_elements |
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 CollabEnum |
i()
Gets the singleton. |
Methods inherited from class com.compoze.collab.CollabEnum |
---|
addElement, getDefaultElement, getElement, getElements, getInternalName, getRawElements, getResourceBundle, isDefaultElement, setDefaultElement, updateDigest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int VALUE_NONE
public static final int VALUE_ORGANIZED
public static final int VALUE_TENTATIVE
public static final int VALUE_ACCEPTED
public static final int VALUE_DECLINED
public static final int VALUE_NOT_RESPONDED
public static final int NUM_ELEMENTS
public static final MeetingResponseStatus NONE
public static final MeetingResponseStatus ORGANIZED
public static final MeetingResponseStatus TENTATIVE
public static final MeetingResponseStatus ACCEPTED
public static final MeetingResponseStatus DECLINED
public static final MeetingResponseStatus NOT_RESPONDED
Constructor Detail |
---|
protected MeetingResponseStatusEnum(java.lang.Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, java.lang.String sInternalName, boolean bMaskable)
protected MeetingResponseStatusEnum(int iNumElements)
Method Detail |
---|
public static CollabEnum i()
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |