Uses of Class
net.anidb.VoteType

Packages that use VoteType
net.anidb   
 

Uses of VoteType in net.anidb
 

Fields in net.anidb declared as VoteType
static VoteType VoteType.ANIME
          Anime.
static VoteType VoteType.ANIME_TMPVOTE
          Anime temporary vote.
static VoteType VoteType.GROUP
          Group.
 

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