Uses of Class
org.qtunes.db.Field.Search

Packages that use Field.Search
org.qtunes.db The "db" package defines the API for the database, which stores the tracks and playlists 
 

Uses of Field.Search in org.qtunes.db
 

Methods in org.qtunes.db that return Field.Search
 Field.Search Field.getSearch()
           
static Field.Search Field.Search.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Field.Search[] Field.Search.values()
          Returns an array containing the constants of this enum type, in the order they are declared.