Uses of Class
net.anidb.AnimeCharacterType

Packages that use AnimeCharacterType
net.anidb   
 

Uses of AnimeCharacterType in net.anidb
 

Fields in net.anidb declared as AnimeCharacterType
static AnimeCharacterType AnimeCharacterType.APPEARS_IN
          Appears in.
static AnimeCharacterType AnimeCharacterType.CAMEO_APPEARANCE_IN
          Cameo appearance in.
static AnimeCharacterType AnimeCharacterType.MAIN_CHARACTER_IN
          Main character in.
 

Methods in net.anidb that return AnimeCharacterType
static AnimeCharacterType AnimeCharacterType.getInstance(int value)
          Returns an instance of the class for the given value.