|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.anidb.AnimeCharacterType
public class AnimeCharacterType
The type of the character in a specific anime.
AnimeCharacter.getType(),
AnimeCharacter.setType(Integer)| Field Summary | |
|---|---|
static AnimeCharacterType |
APPEARS_IN
Appears in. |
static AnimeCharacterType |
CAMEO_APPEARANCE_IN
Cameo appearance in. |
static AnimeCharacterType |
MAIN_CHARACTER_IN
Main character in. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
static AnimeCharacterType |
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 AnimeCharacterType APPEARS_IN
public static final AnimeCharacterType CAMEO_APPEARANCE_IN
public static final AnimeCharacterType MAIN_CHARACTER_IN
| Method Detail |
|---|
public static AnimeCharacterType 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.Objectpublic 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 | |||||||||