|
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.FeatureGroup.Status
This class represents a feature status.
Field Summary | |
static FeatureGroup.Status |
ACTIVE
This value represents the 'Active' feature status. |
static FeatureGroup.Status |
DISABLED
This value represents the 'Disabled' feature status. |
static FeatureGroup.Status |
INACTIVE
This value represents the 'Inactive' feature status. |
static FeatureGroup.Status |
UNAVAILABLE
This value represents the 'Unavailable' feature status. |
static int |
VALUE_ACTIVE
This is the value of the feature 'active' status. |
static int |
VALUE_DISABLED
This is the value of the feature 'disabled' status. |
static int |
VALUE_INACTIVE
This is the value of the feature 'inactive' status. |
static int |
VALUE_UNAVAILABLE
This is the value of the feature '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 feature 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_DISABLED
public static final int VALUE_UNAVAILABLE
public static final FeatureGroup.Status ACTIVE
public static final FeatureGroup.Status INACTIVE
public static final FeatureGroup.Status DISABLED
public static final FeatureGroup.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 feature 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 |