| Package | Description |
|---|---|
| net.dontdrinkandroot.lastfm.api.model | |
| net.dontdrinkandroot.lastfm.api.model.entitytypes | |
| net.dontdrinkandroot.lastfm.api.xml |
| Modifier and Type | Method and Description |
|---|---|
static Gender |
Gender.fromString(String s) |
Gender |
User.getGender() |
static Gender |
Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gender[] |
Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setGender(Gender gender) |
| Modifier and Type | Method and Description |
|---|---|
Gender |
GenderEntity.getGender() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenderEntity.setGender(Gender gender) |
| Modifier and Type | Method and Description |
|---|---|
static Gender |
DomUtils.toGender(Element element) |
Copyright © 2013 dontdrinkandroot. All Rights Reserved.