Compoze Software, Inc.

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

Field Summary
static MeetingStatus MEETING
          Indicates that this appointment is a meeting.
static MeetingStatus MEETING_CANCELLED
          Indicates that this appointment was an organized meeting, but was cancelled.
static MeetingStatus MEETING_CANCELLED_NO_RESPONSE
          Indicates that this appointment was an organized meeting, but was cancelled and had not responses to invitations.
static MeetingStatus MEETING_RECEIVED
          Indicates that this appointment is a meeting and has been received by the attendees.
static MeetingStatus NON_MEETING
          Indicates that this appointment is not a meeting.
static int NUM_ELEMENTS
           
static int VALUE_MEETING
           
static int VALUE_MEETING_CANCELLED
           
static int VALUE_MEETING_CANCELLED_NO_RESPONSE
           
static int VALUE_MEETING_RECEIVED
           
static int VALUE_NON_MEETING
           
 
Fields inherited from class com.compoze.collab.Enum
m_elements
 
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 com.compoze.collab.Enum
addElement, getDefaultElement, getElement, getElements, getInternalName, getRawElements, getResourceBundle, isDefaultElement, setDefaultElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.
Constructor Detail

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)
Method Detail

i


public static Enum i()
Gets the singleton.

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.