com.compoze.collab.exchange
Class SensitivityEnum
java.lang.Object
|
+--com.compoze.collab.Enum
|
+--com.compoze.collab.exchange.SensitivityEnum
- All Implemented Interfaces:
- java.io.Serializable
- public class SensitivityEnum
- extends Enum
- 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
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 Enum |
i()
Gets the singleton. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALUE_NONE
public static final int VALUE_NONE
VALUE_PERSONAL
public static final int VALUE_PERSONAL
VALUE_PRIVATE
public static final int VALUE_PRIVATE
VALUE_CONFIDENTIAL
public static final int VALUE_CONFIDENTIAL
NUM_ELEMENTS
public static final int NUM_ELEMENTS
NONE
public static final Sensitivity NONE
PERSONAL
public static final Sensitivity PERSONAL
PRIVATE
public static final Sensitivity PRIVATE
CONFIDENTIAL
public static final Sensitivity CONFIDENTIAL
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)
i
public static Enum i()
- Gets the singleton.
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.