Uses of Class
ezvcard.property.Source

Packages that use Source
ezvcard   
ezvcard.io.scribe   
 

Uses of Source in ezvcard
 

Methods in ezvcard that return Source
 Source VCard.addSource(String source)
          Adds a URI that can be used to retrieve the most up-to-date version of the person's vCard.
 

Methods in ezvcard that return types with arguments of type Source
 List<Source> VCard.getSources()
          Gets the URIs that can be used to retrieve the most up-to-date version of the person's vCard.
 

Methods in ezvcard with parameters of type Source
 void VCard.addSource(Source source)
          Adds a URI that can be used to retrieve the most up-to-date version of the person's vCard.
 void VCard.addSourceAlt(Source... altRepresentations)
           Adds a source property as a group of alternative representations (see: description of ALTID).
 

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

Uses of Source in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Source
protected  Source SourceScribe._parseValue(String value)
           
 



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