Uses of Class
ezvcard.property.Hobby

Packages that use Hobby
ezvcard   
ezvcard.io.scribe   
 

Uses of Hobby in ezvcard
 

Methods in ezvcard that return Hobby
 Hobby VCard.addHobby(String hobby)
          Adds a hobby that the person actively engages in.
 

Methods in ezvcard that return types with arguments of type Hobby
 List<Hobby> VCard.getHobbies()
          Gets the hobbies that the person actively engages in.
 

Methods in ezvcard with parameters of type Hobby
 void VCard.addHobby(Hobby hobby)
          Adds a hobby that the person actively engages in.
 void VCard.addHobbyAlt(Hobby... altRepresentations)
           Adds a hobby property as a group of alternative representations (see: description of ALTID).
 

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

Uses of Hobby in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Hobby
protected  Hobby HobbyScribe._parseValue(String value)
           
 



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