Uses of Class
ezvcard.property.Label

Packages that use Label
ezvcard   
ezvcard.io.scribe   
 

Uses of Label in ezvcard
 

Methods in ezvcard that return types with arguments of type Label
 List<Label> VCard.getOrphanedLabels()
          Gets all mailing labels that could not be assigned to an address.
 

Methods in ezvcard with parameters of type Label
 void VCard.addOrphanedLabel(Label label)
          Adds a mailing label which is not associated with any address.
 

Uses of Label in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Label
protected  Label LabelScribe._parseHtml(HCardElement element, List<String> warnings)
           
protected  Label LabelScribe._parseValue(String value)
           
 



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