Compoze Software, Inc.

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

Field Summary
static Importance HIGH
           
static Importance LOW
           
static Importance MEDIUM
           
static int NUM_ELEMENTS
           
static int VALUE_HIGH
           
static int VALUE_LOW
           
static int VALUE_MEDIUM
           
 
Fields inherited from class com.compoze.collab.Enum
m_elements
 
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 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_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
Constructor Detail

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

i


public static Enum i()
Gets the singleton.

Compoze Software, Inc.

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