com.compoze.collab.domino
Class DeliveryPriorityEnum
java.lang.Object
|
+--com.compoze.collab.CollabEnum
|
+--com.compoze.collab.domino.DeliveryPriorityEnum
- All Implemented Interfaces:
- com.compoze.collab.util.IDigestSupport, java.io.Serializable
- public class DeliveryPriorityEnum
- extends CollabEnum
- implements java.io.Serializable
An enumeration of the memo delivery priority levels. The delivery priority
is different from the memo importance and indicates a hint for the urgency
of memo delivery.
The enumeration class that contains DeliveryPriority
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
DeliveryPriorityEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
DeliveryPriorityEnum(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
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 DeliveryPriority LOW
- The low delivery priority.
NORMAL
public static final DeliveryPriority NORMAL
- The normal delivery priority.
HIGH
public static final DeliveryPriority HIGH
- The high delivery priority.
DeliveryPriorityEnum
protected DeliveryPriorityEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
DeliveryPriorityEnum
protected DeliveryPriorityEnum(int iNumElements)
i
public static CollabEnum i()
- Gets the singleton.
Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.