com.compoze.collab.exchange
Class PriorityEnum
java.lang.Object
|
+--com.compoze.collab.Enum
|
+--com.compoze.collab.exchange.PriorityEnum
- All Implemented Interfaces:
- java.io.Serializable
- public class PriorityEnum
- extends Enum
- implements java.io.Serializable
The enumeration class that contains Priority
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
PriorityEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
PriorityEnum(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_NORMAL
public static final int VALUE_NORMAL
VALUE_HIGH
public static final int VALUE_HIGH
NUM_ELEMENTS
public static final int NUM_ELEMENTS
LOW
public static final Priority LOW
- Non-Urgent
NORMAL
public static final Priority NORMAL
- normal
HIGH
public static final Priority HIGH
- Urgent
PriorityEnum
protected PriorityEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
PriorityEnum
protected PriorityEnum(int iNumElements)
i
public static Enum i()
- Gets the singleton.
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.