Uses of Class
ezvcard.types.FormattedNameType

Packages that use FormattedNameType
ezvcard   
 

Uses of FormattedNameType in ezvcard
 

Methods in ezvcard that return FormattedNameType
 FormattedNameType VCard.getFormattedName()
           Gets the text value used for displaying the person's name.
 FormattedNameType VCard.setFormattedName(String formattedName)
           Sets the text value used for displaying the person's name.
 

Methods in ezvcard that return types with arguments of type FormattedNameType
 List<FormattedNameType> VCard.getFormattedNames()
           Gets the text values for displaying the person's name.
 

Methods in ezvcard with parameters of type FormattedNameType
 void VCard.addFormattedName(FormattedNameType formattedName)
           Adds a text value used for displaying the person's name.
 void VCard.setFormattedName(FormattedNameType formattedName)
           Sets the text value used for displaying the person's name.
 



Copyright © 2012-2013. All Rights Reserved.