Uses of Class
ezvcard.property.Email

Packages that use Email
ezvcard   
ezvcard.io.scribe   
 

Uses of Email in ezvcard
 

Methods in ezvcard that return Email
 Email VCard.addEmail(String email, EmailType... types)
          Adds an email address.
 

Methods in ezvcard that return types with arguments of type Email
 List<Email> VCard.getEmails()
          Gets the email addresses.
 

Methods in ezvcard with parameters of type Email
 void VCard.addEmail(Email email)
          Adds an email address.
 void VCard.addEmailAlt(Email... altRepresentations)
           Adds an email property as a group of alternative representations (see: description of ALTID).
 

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

Uses of Email in ezvcard.io.scribe
 

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

Methods in ezvcard.io.scribe with parameters of type Email
protected  void EmailScribe._prepareParameters(Email property, VCardParameters copy, VCardVersion version, VCard vcard)
           
 



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