Uses of Class
ezvcard.property.Title

Packages that use Title
ezvcard   
ezvcard.io.scribe   
 

Uses of Title in ezvcard
 

Methods in ezvcard that return Title
 Title VCard.addTitle(String title)
          Adds a title associated with the person.
 

Methods in ezvcard that return types with arguments of type Title
 List<Title> VCard.getTitles()
          Gets the titles associated with the person.
 

Methods in ezvcard with parameters of type Title
 void VCard.addTitle(Title title)
          Adds a title associated with the person.
 void VCard.addTitleAlt(Title... altRepresentations)
           Adds a title property as a group of alternative representations (see: description of ALTID).
 

Method parameters in ezvcard with type arguments of type Title
 void VCard.addTitleAlt(Collection<Title> altRepresentations)
           Adds a title property as a group of alternative representations (see: description of ALTID).
 

Uses of Title in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Title
protected  Title TitleScribe._parseValue(String value)
           
 



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.