Uses of Class
com.rometools.modules.base.types.GenderEnumeration
-
Packages that use GenderEnumeration Package Description com.rometools.modules.base This is the base package for the Google Base ROME module.com.rometools.modules.base.types This package contains complex and utility datatypes for use with Google Base. -
-
Uses of GenderEnumeration in com.rometools.modules.base
Methods in com.rometools.modules.base that return GenderEnumeration Modifier and Type Method Description GenderEnumerationGoogleBaseImpl. getGender()GenderEnumerationPerson. getGender()Gender of an individual in a People profiles bulk upload.Methods in com.rometools.modules.base with parameters of type GenderEnumeration Modifier and Type Method Description voidGoogleBaseImpl. setGender(GenderEnumeration gender)voidPerson. setGender(GenderEnumeration gender)Gender of an individual in a People profiles bulk upload. -
Uses of GenderEnumeration in com.rometools.modules.base.types
Fields in com.rometools.modules.base.types declared as GenderEnumeration Modifier and Type Field Description static GenderEnumerationGenderEnumeration. FEMALEWomenstatic GenderEnumerationGenderEnumeration. MALEMenMethods in com.rometools.modules.base.types that return GenderEnumeration Modifier and Type Method Description static GenderEnumerationGenderEnumeration. findByValue(String value)Returns the proper instance based on the string value
-