Uses of Class
ezvcard.types.BirthplaceType

Packages that use BirthplaceType
ezvcard   
 

Uses of BirthplaceType in ezvcard
 

Methods in ezvcard that return BirthplaceType
 BirthplaceType VCard.getBirthplace()
           Gets the person's birthplace.
 

Methods in ezvcard that return types with arguments of type BirthplaceType
 List<BirthplaceType> VCard.getBirthplaces()
           Gets all birthplace property instances.
 

Methods in ezvcard with parameters of type BirthplaceType
 void VCard.addBirthplace(BirthplaceType birthplace)
           Adds a birthplace property.
 void VCard.setBirthplace(BirthplaceType birthplace)
           Sets the person's birthplace.
 



Copyright © 2012-2013. All Rights Reserved.