Compoze Software, Inc.

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

Field Summary
static DeliveryPriority HIGH
          The high delivery priority.
static DeliveryPriority LOW
          The low delivery priority.
static DeliveryPriority NORMAL
          The normal delivery priority.
static int NUM_ELEMENTS
           
static int VALUE_HIGH
           
static int VALUE_LOW
           
static int VALUE_NORMAL
           
 
Fields inherited from class com.compoze.collab.CollabEnum
m_elements
 
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 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_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.
Constructor Detail

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)
Method Detail

i

public static CollabEnum i()
Gets the singleton.

Compoze Software, Inc.

Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.