Holger's
Java API

Uses of Class
com.antelmann.cddb.Artist

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

Uses of Artist in com.antelmann.cddb
 

Methods in com.antelmann.cddb that return Artist
 Artist CDDBXmcdParser.extractCDArtist()
          returns the artist defined for the CD or null if none was found
 Artist CDDBEntry.extractCDArtist()
          returns the artist defined for the CD or null if none was found
 Artist CDDBXmcdParser.extractTrackArtist(int track)
          returns the artist defined for the track or null if none was found
 Artist CDDBEntry.extractTrackArtist(int track)
          returns the artist defined for the track or null if none was found
 

Methods in com.antelmann.cddb with parameters of type Artist
 int Artist.compareTo(Artist a)
          uses sortName if not null and name otherwise; if the object is equal, however, 0 is returned to provide consistency
 



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