Uses of Class
ezvcard.property.Address

Packages that use Address
ezvcard   
ezvcard.io.scribe   
 

Uses of Address in ezvcard
 

Methods in ezvcard that return types with arguments of type Address
 List<Address> VCard.getAddresses()
          Gets the mailing addresses.
 

Methods in ezvcard with parameters of type Address
 void VCard.addAddress(Address address)
          Adds a mailing address.
 void VCard.addAddressAlt(Address... altRepresentations)
           Adds an address property as a group of alternative representations (see: description of ALTID).
 

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

Uses of Address in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Address
protected  Address AddressScribe._parseHtml(HCardElement element, List<String> warnings)
           
protected  Address AddressScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  Address AddressScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  Address AddressScribe._parseXml(XCardElement element, VCardParameters parameters, List<String> warnings)
           
 

Methods in ezvcard.io.scribe with parameters of type Address
protected  void AddressScribe._prepareParameters(Address property, VCardParameters copy, VCardVersion version, VCard vcard)
           
protected  JCardValue AddressScribe._writeJson(Address property)
           
protected  String AddressScribe._writeText(Address property, VCardVersion version)
           
protected  void AddressScribe._writeXml(Address property, XCardElement parent)
           
 



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