com.compoze.collab.groupware
Class ImportanceEnum
java.lang.Object
com.compoze.collab.CollabEnum
com.compoze.collab.groupware.ImportanceEnum
- All Implemented Interfaces:
- com.compoze.collab.util.IDigestSupport, java.io.Serializable
- public class ImportanceEnum
- extends CollabEnum
- implements java.io.Serializable
The enumeration class that contains Importance
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
ImportanceEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
ImportanceEnum(int iNumElements)
|
Method Summary |
static CollabEnum |
i()
Gets the singleton. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALUE_LOW
public static final int VALUE_LOW
- See Also:
- Constant Field Values
VALUE_MEDIUM
public static final int VALUE_MEDIUM
- See Also:
- Constant Field Values
VALUE_HIGH
public static final int VALUE_HIGH
- See Also:
- Constant Field Values
NUM_ELEMENTS
public static final int NUM_ELEMENTS
- See Also:
- Constant Field Values
LOW
public static final Importance LOW
MEDIUM
public static final Importance MEDIUM
HIGH
public static final Importance HIGH
ImportanceEnum
protected ImportanceEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
ImportanceEnum
protected ImportanceEnum(int iNumElements)
i
public static CollabEnum i()
- Gets the singleton.
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.