Oracle

com.compoze.collab.exchange
Class SensitivityEnum

java.lang.Object
  extended by com.compoze.collab.CollabEnum
      extended by com.compoze.collab.exchange.SensitivityEnum
All Implemented Interfaces:
com.compoze.collab.util.IDigestSupport, java.io.Serializable

public class SensitivityEnum
extends CollabEnum
implements java.io.Serializable

This class is used to represent the level of confidentiality of a message in Exchange. The enumeration class that contains Sensitivity elements.

See Also:
Serialized Form

Field Summary
static Sensitivity CONFIDENTIAL
           
static Sensitivity NONE
           
static int NUM_ELEMENTS
           
static Sensitivity PERSONAL
           
static Sensitivity PRIVATE
           
static int VALUE_CONFIDENTIAL
           
static int VALUE_NONE
           
static int VALUE_PERSONAL
           
static int VALUE_PRIVATE
           
 
Fields inherited from class com.compoze.collab.CollabEnum
m_elements
 
Constructor Summary
protected SensitivityEnum(java.lang.Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, java.lang.String sInternalName, boolean bMaskable)
          Constructor.
protected SensitivityEnum(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_NONE

public static final int VALUE_NONE
See Also:
Constant Field Values

VALUE_PERSONAL

public static final int VALUE_PERSONAL
See Also:
Constant Field Values

VALUE_PRIVATE

public static final int VALUE_PRIVATE
See Also:
Constant Field Values

VALUE_CONFIDENTIAL

public static final int VALUE_CONFIDENTIAL
See Also:
Constant Field Values

NUM_ELEMENTS

public static final int NUM_ELEMENTS
See Also:
Constant Field Values

NONE

public static final Sensitivity NONE

PERSONAL

public static final Sensitivity PERSONAL

PRIVATE

public static final Sensitivity PRIVATE

CONFIDENTIAL

public static final Sensitivity CONFIDENTIAL
Constructor Detail

SensitivityEnum

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


SensitivityEnum

protected SensitivityEnum(int iNumElements)
Method Detail

i

public static CollabEnum i()
Gets the singleton.


Oracle

Copyright ©1999-2008 Oracle All rights reserved.