|
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.OptionsGroup.Status
This class represents an option status.
Field Summary | |
static OptionsGroup.Status |
ACTIVE
This value represents the 'Active' status. |
static OptionsGroup.Status |
INACTIVE
This value represents the 'Inactive' status. |
static OptionsGroup.Status |
UNAVAILABLE
This value represents the 'Unavailable' status. |
static int |
VALUE_ACTIVE
This is the value of the 'active' status. |
static int |
VALUE_INACTIVE
This is the value of the 'inactive' status. |
static int |
VALUE_UNAVAILABLE
This is the value of the 'unavailable' status. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other Status
object is "equal to" this one. |
int |
getValue()
Gets the status value. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_ACTIVE
public static final int VALUE_INACTIVE
public static final int VALUE_UNAVAILABLE
public static final OptionsGroup.Status ACTIVE
public static final OptionsGroup.Status INACTIVE
public static final OptionsGroup.Status UNAVAILABLE
Method Detail |
public int getValue()
VALUE_
constants)public boolean equals(java.lang.Object o)
Status
object is "equal to" this one. Equality is determined
by matching the option status value (see VALUE_
constants).equals
in class java.lang.Object
true
if this object is the same as the obj argument; false
otherwisegetValue()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |