Uses of Class
net.anidb.EpisodeType

Packages that use EpisodeType
net.anidb   
 

Uses of EpisodeType in net.anidb
 

Fields in net.anidb declared as EpisodeType
static EpisodeType EpisodeType.CREDITS
          Credits.
static EpisodeType EpisodeType.OTHER
          Other.
static EpisodeType EpisodeType.PARODY
          Parody.
static EpisodeType EpisodeType.SPECIAL
          Special.
static EpisodeType EpisodeType.TRAILER
          Trailer.
 

Methods in net.anidb that return EpisodeType
static EpisodeType EpisodeType.getInstance(char value)
          Returns an instance of the class for the given value.
static EpisodeType EpisodeType.getInstance(java.lang.String episodeNumber)
          Returns an instance of the class for the given episode number.