Oracle

com.compoze.collab.exchange
Class ExchangeBusyStatusEnum

java.lang.Object
  extended by com.compoze.collab.CollabEnum
      extended by com.compoze.collab.groupware.BusyStatusEnum
          extended by com.compoze.collab.exchange.ExchangeBusyStatusEnum
All Implemented Interfaces:
com.compoze.collab.util.IDigestSupport, 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.CollabEnum
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 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

VALUE_TENTATIVE

public static final int VALUE_TENTATIVE
See Also:
Constant Field Values

VALUE_OUT_OF_OFFICE

public static final int VALUE_OUT_OF_OFFICE
See Also:
Constant Field Values

VALUE_UNKNOWN

public static final int VALUE_UNKNOWN
See Also:
Constant Field Values

NUM_ELEMENTS

public static final int NUM_ELEMENTS
See Also:
Constant Field Values

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 CollabEnum i()
Gets the singleton.


Oracle

Copyright ©1999-2008 Oracle All rights reserved.