|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.Sensitivity
public class Sensitivity
This class represents sensitivity.
Field Summary | |
---|---|
static Sensitivity |
CONFIDENTIAL
This value represents a 'confidential' sensitivity. |
static Sensitivity |
NORMAL
This value represents a 'normal' sensitivity. |
static Sensitivity |
PERSONAL
This value represents a 'personal' sensitivity. |
static Sensitivity |
PRIVATE
This value represents a 'private' sensitivity. |
static int |
VALUE_CONFIDENTIAL
This value represents the 'confidential' value. |
static int |
VALUE_NORMAL
This value represents the 'normal' value. |
static int |
VALUE_PERSONAL
This value represents the 'personal' value. |
static int |
VALUE_PRIVATE
This value represents the 'private' value. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Checks for equality. |
static Sensitivity |
get(int iValue)
Gets the sensitivity by the value. |
java.lang.String |
getKey()
Gets the key (message name) for i18n. |
static java.util.List |
getSensitivities()
Gets the list of sensitivity objects. |
int |
getValue()
Gets the value of the sensitivity. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int VALUE_NORMAL
public static final int VALUE_PERSONAL
public static final int VALUE_PRIVATE
public static final int VALUE_CONFIDENTIAL
public static final Sensitivity NORMAL
public static final Sensitivity PERSONAL
public static final Sensitivity PRIVATE
public static final Sensitivity CONFIDENTIAL
Method Detail |
---|
public java.lang.String getKey()
public int getValue()
VALUE_
constants)public static Sensitivity get(int iValue)
iValue
- the value to get by
null
if not foundpublic static java.util.List getSensitivities()
Sensitivity
objects (unmodifiable)public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to check
true
if this object has the same value as the argument; false
otherwisegetValue()
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |