Uses of Class
org.wso2.carbon.registry.social.api.people.userprofile.Person.Gender

Packages that use Person.Gender
org.wso2.carbon.registry.social.api.people.userprofile   
 

Uses of Person.Gender in org.wso2.carbon.registry.social.api.people.userprofile
 

Methods in org.wso2.carbon.registry.social.api.people.userprofile that return Person.Gender
 Person.Gender Person.getGender()
          Get a person's gender, specified as an Person.Gender.
static Person.Gender Person.Gender.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Person.Gender[] Person.Gender.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.wso2.carbon.registry.social.api.people.userprofile with parameters of type Person.Gender
 void Person.setGender(Person.Gender newGender)
          Set a person's gender, specified as an Person.Gender.
 



Copyright © 2012 WSO2 Inc. All Rights Reserved.