Compoze Software, Inc.

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

Field Summary
static Priority HIGH
          Urgent
static Priority LOW
          Non-Urgent
static Priority NORMAL
          normal
static int NUM_ELEMENTS
           
static int VALUE_HIGH
           
static int VALUE_LOW
           
static int VALUE_NORMAL
           
 
Fields inherited from class com.compoze.collab.Enum
m_elements
 
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 com.compoze.collab.Enum
addElement, getDefaultElement, getElement, getElements, getInternalName, getRawElements, getResourceBundle, isDefaultElement, setDefaultElement
 
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 Priority LOW
Non-Urgent

NORMAL


public static final Priority NORMAL
normal

HIGH


public static final Priority HIGH
Urgent
Constructor Detail

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

i


public static Enum i()
Gets the singleton.

Compoze Software, Inc.

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