|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||