Uses of Class
com.sugestio.client.model.User.Gender

Packages that use User.Gender
com.sugestio.client.model   
 

Uses of User.Gender in com.sugestio.client.model
 

Methods in com.sugestio.client.model that return User.Gender
 User.Gender User.getGender()
           
static User.Gender User.Gender.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static User.Gender[] User.Gender.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sugestio.client.model with parameters of type User.Gender
 void User.setGender(User.Gender gender)