Compoze Software, Inc.

com.compoze.collab.groupware
Class BusyStatusEnum


java.lang.Object

  |

  +--com.compoze.collab.Enum

        |

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExchangeBusyStatusEnum

public class BusyStatusEnum
extends Enum
implements java.io.Serializable

The enumeration class that contains BusyStatus elements.

See Also:
Serialized Form

Field Summary
static BusyStatus BUSY
           
static BusyStatus FREE
           
static int NUM_ELEMENTS
           
static int VALUE_BUSY
           
static int VALUE_FREE
           
 
Fields inherited from class com.compoze.collab.Enum
m_elements
 
Constructor Summary
protected BusyStatusEnum(java.lang.Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, java.lang.String sInternalName, boolean bMaskable)
          Constructor.
protected BusyStatusEnum(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_FREE


public static final int VALUE_FREE

VALUE_BUSY


public static final int VALUE_BUSY

NUM_ELEMENTS


public static final int NUM_ELEMENTS

FREE


public static final BusyStatus FREE

BUSY


public static final BusyStatus BUSY
Constructor Detail

BusyStatusEnum


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

BusyStatusEnum


protected BusyStatusEnum(int iNumElements)
Method Detail

i


public static Enum i()
Gets the singleton.

Compoze Software, Inc.

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