Uses of Class
net.anidb.RelatedType

Packages that use RelatedType
net.anidb   
 

Uses of RelatedType in net.anidb
 

Fields in net.anidb declared as RelatedType
static RelatedType RelatedType.ALTERNATIVE_SETTING
          Alternative setting.
static RelatedType RelatedType.ALTERNATIVE_VERSION
          Alternative version.
static RelatedType RelatedType.CHARACTER
          Character.
static RelatedType RelatedType.FULL_STORY
          Full story.
static RelatedType RelatedType.MUSIC_VIDEO
          Music video.
static RelatedType RelatedType.OTHER
          Other.
static RelatedType RelatedType.PARENT_STORY
          Parent story.
static RelatedType RelatedType.PREQUEL
          Prequel.
static RelatedType RelatedType.SAME_SETTING
          Same setting.
static RelatedType RelatedType.SEQUAL
          Sequal.
static RelatedType RelatedType.SIDE_STORY
          Side story.
static RelatedType RelatedType.SUMMARY
          Summary.
 

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