Uses of Class
ezvcard.property.Interest

Packages that use Interest
ezvcard   
ezvcard.io.scribe   
 

Uses of Interest in ezvcard
 

Methods in ezvcard that return Interest
 Interest VCard.addInterest(String interest)
          Adds an interest.
 

Methods in ezvcard that return types with arguments of type Interest
 List<Interest> VCard.getInterests()
          Gets the person's interests.
 

Methods in ezvcard with parameters of type Interest
 void VCard.addInterest(Interest interest)
          Adds an interest.
 void VCard.addInterestAlt(Interest... altRepresentations)
           Adds an interest property as a group of alternative representations (see: description of ALTID).
 

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

Uses of Interest in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Interest
protected  Interest InterestScribe._parseValue(String value)
           
 



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