Uses of Class
net.anidb.MyListFileState

Packages that use MyListFileState
net.anidb   
 

Uses of MyListFileState in net.anidb
 

Fields in net.anidb declared as MyListFileState
static MyListFileState MyListFileState.CORRUPTED_VERSION
          Currupted version / invalid crc.
static MyListFileState MyListFileState.IN_THEATERS
          In theaters.
static MyListFileState MyListFileState.NORMAL
          Normal / original.
static MyListFileState MyListFileState.ON_DVD
          On DVD.
static MyListFileState MyListFileState.ON_TV
          On TV.
static MyListFileState MyListFileState.ON_VHS
          On VHS.
static MyListFileState MyListFileState.OTHER
          Other.
static MyListFileState MyListFileState.SELF_EDITED
          Self edited.
static MyListFileState MyListFileState.SELF_RIPPED
          Self ripped.
static MyListFileState MyListFileState.STREAMED
          Streamed.
 

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