com.compoze.collab.groupware
Class ImportanceEnum
java.lang.Object
|
+--com.compoze.collab.Enum
|
+--com.compoze.collab.groupware.ImportanceEnum
- All Implemented Interfaces:
- java.io.Serializable
- public class ImportanceEnum
- extends Enum
- 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 Enum |
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
VALUE_MEDIUM
public static final int VALUE_MEDIUM
VALUE_HIGH
public static final int VALUE_HIGH
NUM_ELEMENTS
public static final int NUM_ELEMENTS
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 Enum i()
- Gets the singleton.
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.