|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.anidb.GroupStatusState
public class GroupStatusState
The group status state.
GroupStatus.getCompletionState()
,
GroupStatus.setCompletionState(Integer)
Field Summary | |
---|---|
static GroupStatusState |
COMPLETE
Complete. |
static GroupStatusState |
DROPPED
Dropped. |
static GroupStatusState |
FINISHED
Finished. |
static GroupStatusState |
ONGOING
Ongoing. |
static GroupStatusState |
SPECIALS_ONLY
Specials only. |
static GroupStatusState |
STALLED
Stalled. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static GroupStatusState |
getInstance(int value)
Returns an instance of the class for the given value. |
int |
getValue()
Returns the value. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final GroupStatusState ONGOING
public static final GroupStatusState STALLED
public static final GroupStatusState COMPLETE
public static final GroupStatusState DROPPED
public static final GroupStatusState FINISHED
public static final GroupStatusState SPECIALS_ONLY
Method Detail |
---|
public static GroupStatusState getInstance(int value)
value
- The value.
null
, if there is no instance for
the given value.public int getValue()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |