Uses of Class
ezvcard.types.GenderType

Packages that use GenderType
ezvcard   
ezvcard.types   
 

Uses of GenderType in ezvcard
 

Methods in ezvcard that return GenderType
 GenderType VCard.getGender()
          Gets the gender of the person.
 

Methods in ezvcard with parameters of type GenderType
 void VCard.setGender(GenderType gender)
          Sets the gender of the person.
 

Uses of GenderType in ezvcard.types
 

Methods in ezvcard.types that return GenderType
static GenderType GenderType.female()
          Creates a gender type whose value is set to "female".
static GenderType GenderType.male()
          Creates a gender type whose value is set to "male".
static GenderType GenderType.none()
          Creates a gender type whose value is set to "none".
static GenderType GenderType.other()
          Creates a gender type whose value is set to "other".
static GenderType GenderType.unknown()
          Creates a gender type whose value is set to "unknown".
 



Copyright © 2012-2013. All Rights Reserved.