|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.anidb.RelatedType
public class RelatedType
The related type.
Anime.getRelatedAidType(),
Anime.setRelatedAidType(java.util.List)| Field Summary | |
|---|---|
static RelatedType |
ALTERNATIVE_SETTING
Alternative setting. |
static RelatedType |
ALTERNATIVE_VERSION
Alternative version. |
static RelatedType |
CHARACTER
Character. |
static RelatedType |
FULL_STORY
Full story. |
static RelatedType |
MUSIC_VIDEO
Music video. |
static RelatedType |
OTHER
Other. |
static RelatedType |
PARENT_STORY
Parent story. |
static RelatedType |
PREQUEL
Prequel. |
static RelatedType |
SAME_SETTING
Same setting. |
static RelatedType |
SEQUAL
Sequal. |
static RelatedType |
SIDE_STORY
Side story. |
static RelatedType |
SUMMARY
Summary. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
static RelatedType |
getInstance(long 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 RelatedType SEQUAL
public static final RelatedType PREQUEL
public static final RelatedType SAME_SETTING
public static final RelatedType ALTERNATIVE_SETTING
public static final RelatedType ALTERNATIVE_VERSION
public static final RelatedType MUSIC_VIDEO
public static final RelatedType CHARACTER
public static final RelatedType SIDE_STORY
public static final RelatedType PARENT_STORY
public static final RelatedType SUMMARY
public static final RelatedType FULL_STORY
public static final RelatedType OTHER
| Method Detail |
|---|
public static RelatedType getInstance(long 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 | |||||||||