|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.anidb.AnimeNotificationType
public class AnimeNotificationType
The type of the anime notification.
AnimeNotification.getType()
Field Summary | |
---|---|
static AnimeNotificationType |
ALL
All. |
static AnimeNotificationType |
COMPLETE
Complete. |
static AnimeNotificationType |
GROUP
Group. |
static AnimeNotificationType |
NEW
New. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static AnimeNotificationType |
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 AnimeNotificationType ALL
public static final AnimeNotificationType NEW
public static final AnimeNotificationType GROUP
public static final AnimeNotificationType COMPLETE
Method Detail |
---|
public static AnimeNotificationType 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 |