Uses of Class
ezvcard.parameters.ExpertiseLevelParameter

Packages that use ExpertiseLevelParameter
ezvcard.parameters   
ezvcard.types   
 

Uses of ExpertiseLevelParameter in ezvcard.parameters
 

Fields in ezvcard.parameters declared as ExpertiseLevelParameter
static ExpertiseLevelParameter ExpertiseLevelParameter.AVERAGE
           
static ExpertiseLevelParameter ExpertiseLevelParameter.BEGINNER
           
static ExpertiseLevelParameter ExpertiseLevelParameter.EXPERT
           
 

Methods in ezvcard.parameters that return ExpertiseLevelParameter
static ExpertiseLevelParameter ExpertiseLevelParameter.valueOf(String value)
          Searches the static objects in this class for one that has a certain type value.
 

Uses of ExpertiseLevelParameter in ezvcard.types
 

Methods in ezvcard.types that return ExpertiseLevelParameter
 ExpertiseLevelParameter ExpertiseType.getLevel()
          Gets the level of knowledge the person has for this skill.
 

Methods in ezvcard.types with parameters of type ExpertiseLevelParameter
 void ExpertiseType.setLevel(ExpertiseLevelParameter level)
          Sets the level of knowledge the person has for this skill.
 



Copyright © 2012-2013. All Rights Reserved.