Uses of Class
ezvcard.parameter.ExpertiseLevel

Packages that use ExpertiseLevel
ezvcard.parameter   
ezvcard.property   
 

Uses of ExpertiseLevel in ezvcard.parameter
 

Fields in ezvcard.parameter declared as ExpertiseLevel
static ExpertiseLevel ExpertiseLevel.AVERAGE
           
static ExpertiseLevel ExpertiseLevel.BEGINNER
           
static ExpertiseLevel ExpertiseLevel.EXPERT
           
 

Methods in ezvcard.parameter that return ExpertiseLevel
static ExpertiseLevel ExpertiseLevel.find(String value)
          Searches for a parameter value that is defined as a static constant in this class.
static ExpertiseLevel ExpertiseLevel.get(String value)
          Searches for a parameter value and creates one if it cannot be found.
 

Methods in ezvcard.parameter that return types with arguments of type ExpertiseLevel
static Collection<ExpertiseLevel> ExpertiseLevel.all()
          Gets all of the parameter values that are defined as static constants in this class.
 

Uses of ExpertiseLevel in ezvcard.property
 

Methods in ezvcard.property that return ExpertiseLevel
 ExpertiseLevel Expertise.getLevel()
          Gets the level of knowledge the person has for this skill.
 

Methods in ezvcard.property with parameters of type ExpertiseLevel
 void Expertise.setLevel(ExpertiseLevel level)
          Sets the level of knowledge the person has for this skill.
 



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