Uses of Class
ezvcard.types.StructuredNameType

Packages that use StructuredNameType
ezvcard   
 

Uses of StructuredNameType in ezvcard
 

Methods in ezvcard that return StructuredNameType
 StructuredNameType VCard.getStructuredName()
           Gets the individual components of the person's name.
 

Methods in ezvcard that return types with arguments of type StructuredNameType
 List<StructuredNameType> VCard.getStructuredNames()
           Gets all structured name properties.
 

Methods in ezvcard with parameters of type StructuredNameType
 void VCard.addStructuredName(StructuredNameType structuredName)
           Adds a property that contains the individual components of the person's name.
 void VCard.setStructuredName(StructuredNameType structuredName)
          Sets the individual components of the person's name.
 



Copyright © 2012-2013. All Rights Reserved.