Holger's
Java API

Uses of Class
com.antelmann.cddb.Genre

Packages that use Genre
com.antelmann.cddb This package contains classes to maintain music CD collections and associate CDs with information from a CDDB service. 
 

Uses of Genre in com.antelmann.cddb
 

Fields in com.antelmann.cddb declared as Genre
static Genre Genre.BLUES
           
static Genre Genre.CLASSICAL
           
static Genre Genre.COUNTRY
           
static Genre Genre.DATA
           
static Genre Genre.FOLK
           
static Genre Genre.JAZZ
           
static Genre Genre.MISC
           
static Genre Genre.NEWAGE
           
static Genre Genre.REGGAE
           
static Genre Genre.ROCK
           
static Genre Genre.SOUNDTRACK
           
static Genre Genre.UNKNOWN
           
 

Methods in com.antelmann.cddb that return Genre
 Genre Composition.getGenre()
           
static Genre Genre.getGenre(String description)
          convenience method that checks whether the given description matches one of the standard categories (using case-insensitive comparison), in which case the static member is returned; otherwise, NoSuchElementException is thrown.
static Genre[] Genre.getKnownGenres()
           
 

Methods in com.antelmann.cddb with parameters of type Genre
 int Genre.compareTo(Genre g)
           
static boolean Genre.isKnownGenre(Genre genre)
           
 void Composition.setGenre(Genre genre)
           
 

Constructors in com.antelmann.cddb with parameters of type Genre
Composition(String title, Genre genre, String description, Composition parent)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads