|
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.util.Logger.Area
This class represents an application area.
Field Summary | |
static Logger.Area |
GENERAL
This value represents the 'General' area. |
static Logger.Area |
GROUPWARE_PROVIDER
This value represents the 'Groupware Provider' area. |
static Logger.Area |
LOGIN
This value represents the 'Login' area. |
static Logger.Area |
PREFERENCES
This value represents the 'Preferences' area. |
static int |
VALUE_GENERAL
This value represents the 'General' area. |
static int |
VALUE_GROUPWARE_PROVIDER
This value represents the 'Groupware Provider' area. |
static int |
VALUE_LOGIN
This value represents the 'Login' area. |
static int |
VALUE_PREFERENCES
This value represents the 'Preferences' area. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static java.util.List |
getAreas()
Gets the list of area objects. |
java.lang.String |
getKey()
Gets the key for area. |
int |
getValue()
Gets the value of the area. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_PREFERENCES
public static final int VALUE_GENERAL
public static final int VALUE_GROUPWARE_PROVIDER
public static final int VALUE_LOGIN
public static final Logger.Area PREFERENCES
public static final Logger.Area GENERAL
public static final Logger.Area LOGIN
public static final Logger.Area GROUPWARE_PROVIDER
Method Detail |
public java.lang.String getKey()
public int getValue()
VALUE_
constants)public static java.util.List getAreas()
Area
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 |