Compoze Software, Inc.

com.compoze.collab.exchange
Class ExchangeBusyStatusEnum


java.lang.Object

  |

  +--com.compoze.collab.Enum

        |

        +--com.compoze.collab.groupware.BusyStatusEnum

              |

              +--com.compoze.collab.exchange.ExchangeBusyStatusEnum

All Implemented Interfaces:
java.io.Serializable

public class ExchangeBusyStatusEnum
extends BusyStatusEnum
implements java.io.Serializable

The enumeration class that contains ExchangeBusyStatus elements.

See Also:
Serialized Form

Field Summary
static int NUM_ELEMENTS
           
static ExchangeBusyStatus OUT_OF_OFFICE
           
static ExchangeBusyStatus TENTATIVE
           
static ExchangeBusyStatus UNKNOWN
           
static int VALUE_OUT_OF_OFFICE
           
static int VALUE_TENTATIVE
           
static int VALUE_UNKNOWN
           
 
Fields inherited from class com.compoze.collab.groupware.BusyStatusEnum
BUSY, FREE, VALUE_BUSY, VALUE_FREE
 
Fields inherited from class com.compoze.collab.Enum
m_elements
 
Constructor Summary
protected ExchangeBusyStatusEnum(java.lang.Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, java.lang.String sInternalName, boolean bMaskable)
          Constructor.
protected ExchangeBusyStatusEnum(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_TENTATIVE


public static final int VALUE_TENTATIVE

VALUE_OUT_OF_OFFICE


public static final int VALUE_OUT_OF_OFFICE

VALUE_UNKNOWN


public static final int VALUE_UNKNOWN

NUM_ELEMENTS


public static final int NUM_ELEMENTS

TENTATIVE


public static final ExchangeBusyStatus TENTATIVE

OUT_OF_OFFICE


public static final ExchangeBusyStatus OUT_OF_OFFICE

UNKNOWN


public static final ExchangeBusyStatus UNKNOWN
Constructor Detail

ExchangeBusyStatusEnum


protected ExchangeBusyStatusEnum(java.lang.Class elementClass,
                                 int iNumElements,
                                 com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
                                 EnumElement defaultElement,
                                 java.lang.String sInternalName,
                                 boolean bMaskable)
Constructor.

ExchangeBusyStatusEnum


protected ExchangeBusyStatusEnum(int iNumElements)
Method Detail

i


public static Enum i()
Gets the singleton.

Compoze Software, Inc.

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