Holger's
Java API

Uses of Class
com.antelmann.cddb.Artist.Gender

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

Uses of Artist.Gender in com.antelmann.cddb
 

Methods in com.antelmann.cddb that return Artist.Gender
 Artist.Gender Artist.getGender()
          can be either MALE, FEMALE or UNKNOWN
static Artist.Gender Artist.Gender.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Artist.Gender[] Artist.Gender.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.antelmann.cddb with parameters of type Artist.Gender
 void Artist.setGender(Artist.Gender gender)
          can be either MALE, FEMALE or UNKNOWN
 

Constructors in com.antelmann.cddb with parameters of type Artist.Gender
Artist(String name, String description, Artist.Gender gender)
           
 



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