Uses of Class
net.dontdrinkandroot.lastfm.api.model.Gender

Packages that use Gender
net.dontdrinkandroot.lastfm.api.model   
net.dontdrinkandroot.lastfm.api.model.entitytypes   
net.dontdrinkandroot.lastfm.api.xml   
 

Uses of Gender in net.dontdrinkandroot.lastfm.api.model
 

Methods in net.dontdrinkandroot.lastfm.api.model that return Gender
static Gender Gender.fromString(java.lang.String s)
           
 Gender User.getGender()
           
static Gender Gender.valueOf(java.lang.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.
 

Methods in net.dontdrinkandroot.lastfm.api.model with parameters of type Gender
 void User.setGender(Gender gender)
           
 

Uses of Gender in net.dontdrinkandroot.lastfm.api.model.entitytypes
 

Methods in net.dontdrinkandroot.lastfm.api.model.entitytypes that return Gender
 Gender GenderEntity.getGender()
           
 

Methods in net.dontdrinkandroot.lastfm.api.model.entitytypes with parameters of type Gender
 void GenderEntity.setGender(Gender gender)
           
 

Uses of Gender in net.dontdrinkandroot.lastfm.api.xml
 

Methods in net.dontdrinkandroot.lastfm.api.xml that return Gender
static Gender DomUtils.toGender(org.w3c.dom.Element element)
           
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.