Uses of Class
ezvcard.property.Language

Packages that use Language
ezvcard   
ezvcard.io.scribe   
 

Uses of Language in ezvcard
 

Methods in ezvcard that return Language
 Language VCard.addLanguage(String language)
          Adds a language that the person speaks.
 

Methods in ezvcard that return types with arguments of type Language
 List<Language> VCard.getLanguages()
          Gets the languages that the person speaks.
 

Methods in ezvcard with parameters of type Language
 void VCard.addLanguage(Language language)
          Adds a language that the person speaks.
 void VCard.addLanguageAlt(Language... altRepresentations)
           Adds a language property as a group of alternative representations (see: description of ALTID).
 

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

Uses of Language in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Language
protected  Language LanguageScribe._parseValue(String value)
           
 



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