com.compoze.collab.groupware
Class ImportanceEnum

java.lang.Object
  extended by com.compoze.collab.CollabEnum
      extended by com.compoze.collab.groupware.ImportanceEnum
All Implemented Interfaces
IDigestSupport, Serializable

public class ImportanceEnum
extends CollabEnum
implements 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.CollabEnum
m_elements
 
Constructor Summary
protected ImportanceEnum(Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, String sInternalName, boolean bMaskable)
          Constructor.
protected ImportanceEnum(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
See Also
Constants Summary

VALUE_MEDIUM

public static final int VALUE_MEDIUM
See Also
Constants Summary

VALUE_HIGH

public static final int VALUE_HIGH
See Also
Constants Summary

NUM_ELEMENTS

public static final int NUM_ELEMENTS
See Also
Constants Summary

LOW

public static final Importance LOW

MEDIUM

public static final Importance MEDIUM

HIGH

public static final Importance HIGH
Constructor Detail

ImportanceEnum

protected ImportanceEnum(Class elementClass,
                         int iNumElements,
                         com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
                         EnumElement defaultElement,
                         String sInternalName,
                         boolean bMaskable)
Constructor.


ImportanceEnum

protected ImportanceEnum(int iNumElements)
Method Detail

i

public static CollabEnum i()
Gets the singleton.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved