com.compoze.collab.groupware
Class BusyStatusEnum

java.lang.Object
  extended by com.compoze.collab.CollabEnum
      extended by com.compoze.collab.groupware.BusyStatusEnum
All Implemented Interfaces
IDigestSupport, Serializable

public class BusyStatusEnum
extends CollabEnum
implements 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.CollabEnum
m_elements
 
Constructor Summary
protected BusyStatusEnum(Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, String sInternalName, boolean bMaskable)
          Constructor.
protected BusyStatusEnum(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_FREE

public static final int VALUE_FREE
See Also
Constants Summary

VALUE_BUSY

public static final int VALUE_BUSY
See Also
Constants Summary

NUM_ELEMENTS

public static final int NUM_ELEMENTS
See Also
Constants Summary

FREE

public static final BusyStatus FREE

BUSY

public static final BusyStatus BUSY
Constructor Detail

BusyStatusEnum

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


BusyStatusEnum

protected BusyStatusEnum(int iNumElements)
Method Detail

i

public static CollabEnum i()
Gets the singleton.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved