|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--portlets.compoze.groupware.Importance
This class represents message importance.
Field Summary | |
static Importance |
HIGH
This value represents a 'high' importance. |
static Importance |
LOW
This value represents a 'low' importance. |
static Importance |
NORMAL
This value represents a 'normal' importance. |
static int |
VALUE_HIGH
This value represents the 'high' value. |
static int |
VALUE_LOW
This value represents the 'low' value. |
static int |
VALUE_NORMAL
This value represents the 'normal' value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static Importance |
get(int iValue)
Gets the importance by the value. |
static java.util.List |
getImportances()
Gets the list of importance objects. |
java.lang.String |
getKey()
Gets the key (message name) for i18n. |
int |
getValue()
Gets the value of the importance. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_LOW
public static final int VALUE_NORMAL
public static final int VALUE_HIGH
public static final Importance LOW
public static final Importance NORMAL
public static final Importance HIGH
Method Detail |
public java.lang.String getKey()
public int getValue()
VALUE_
constants)public static Importance get(int iValue)
iValue
- the value to get bynull
if not foundpublic static java.util.List getImportances()
Importance
objects (unmodifiable)public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to checktrue
if this object has the same value as the argument; false
otherwisegetValue()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |