Uses of Class
com.sun.syndication.feed.module.base.types.GenderEnumeration

Packages that use GenderEnumeration
com.sun.syndication.feed.module.base This is the base package for the Google Base ROME module. 
com.sun.syndication.feed.module.base.types This package contains complex and utility datatypes for use with Google Base. 
 

Uses of GenderEnumeration in com.sun.syndication.feed.module.base
 

Methods in com.sun.syndication.feed.module.base that return GenderEnumeration
 GenderEnumeration Person.getGender()
          Gender of an individual in a People profiles bulk upload.
 GenderEnumeration GoogleBaseImpl.getGender()
           
 

Methods in com.sun.syndication.feed.module.base with parameters of type GenderEnumeration
 void Person.setGender(GenderEnumeration gender)
          Gender of an individual in a People profiles bulk upload.
 void GoogleBaseImpl.setGender(GenderEnumeration gender)
           
 

Uses of GenderEnumeration in com.sun.syndication.feed.module.base.types
 

Fields in com.sun.syndication.feed.module.base.types declared as GenderEnumeration
static GenderEnumeration GenderEnumeration.FEMALE
          Women
static GenderEnumeration GenderEnumeration.MALE
          Men
 

Methods in com.sun.syndication.feed.module.base.types that return GenderEnumeration
static GenderEnumeration GenderEnumeration.findByValue(java.lang.String value)
          Returns the proper instance based on the string value
 



Copyright © 2006-2009. All Rights Reserved.