Uses of Class
ezvcard.property.Expertise

Packages that use Expertise
ezvcard   
ezvcard.io.scribe   
 

Uses of Expertise in ezvcard
 

Methods in ezvcard that return Expertise
 Expertise VCard.addExpertise(String expertise)
          Adds a professional subject area of which the the person is knowledgeable.
 

Methods in ezvcard that return types with arguments of type Expertise
 List<Expertise> VCard.getExpertise()
          Gets the professional subject areas of which the the person is knowledgeable.
 

Methods in ezvcard with parameters of type Expertise
 void VCard.addExpertise(Expertise expertise)
          Adds a professional subject area of which the the person is knowledgeable.
 void VCard.addExpertiseAlt(Expertise... altRepresentations)
           Adds an expertise property as a group of alternative representations (see: description of ALTID).
 

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

Uses of Expertise in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Expertise
protected  Expertise ExpertiseScribe._parseValue(String value)
           
 



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