|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.anidb.MyListState
public class MyListState
The state of a MyList entry.
Field Summary | |
---|---|
static MyListState |
DELETED
Deleted. |
static MyListState |
ON_CD
On CD. |
static MyListState |
ON_HDD
On hdd. |
static MyListState |
UNKNOWN
Unknown. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static MyListState |
getInstance(int value)
Returns an instance of the class for the given value. |
long |
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 MyListState UNKNOWN
Unknown.
The state is unknown or the user doesn't want to provide this information.
public static final MyListState ON_HDD
On hdd.
The file is stored on hdd (but is not shared).
public static final MyListState ON_CD
On CD.
The file is stored on cd.
public static final MyListState DELETED
Deleted.
The file has been deleted or is not available for other reasons (i.e. reencoded).
Method Detail |
---|
public static MyListState getInstance(int value)
value
- The value.
null
, if there is no instance for
the given value.public long 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 |