Uses of Class
net.anidb.AnimeNotificationType

Packages that use AnimeNotificationType
net.anidb   
 

Uses of AnimeNotificationType in net.anidb
 

Fields in net.anidb declared as AnimeNotificationType
static AnimeNotificationType AnimeNotificationType.ALL
          All.
static AnimeNotificationType AnimeNotificationType.COMPLETE
          Complete.
static AnimeNotificationType AnimeNotificationType.GROUP
          Group.
static AnimeNotificationType AnimeNotificationType.NEW
          New.
 

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