Uses of Class
net.anidb.MessageNotificationType

Packages that use MessageNotificationType
net.anidb   
 

Uses of MessageNotificationType in net.anidb
 

Fields in net.anidb declared as MessageNotificationType
static MessageNotificationType MessageNotificationType.ANNONYMOUS
          Annonymous.
static MessageNotificationType MessageNotificationType.MOD_MESSAGE
          Mod message.
static MessageNotificationType MessageNotificationType.NORMAL_MESSAGE
          Normal message.
static MessageNotificationType MessageNotificationType.SYSTEM_MESSAGE
          System message.
 

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