Uses of Class
ezvcard.parameters.InterestLevelParameter

Packages that use InterestLevelParameter
ezvcard.parameters   
ezvcard.types   
 

Uses of InterestLevelParameter in ezvcard.parameters
 

Fields in ezvcard.parameters declared as InterestLevelParameter
static InterestLevelParameter InterestLevelParameter.HIGH
           
static InterestLevelParameter InterestLevelParameter.LOW
           
static InterestLevelParameter InterestLevelParameter.MEDIUM
           
 

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

Uses of InterestLevelParameter in ezvcard.types
 

Methods in ezvcard.types that return InterestLevelParameter
 InterestLevelParameter InterestType.getLevel()
          Gets the level of the person's interest.
 

Methods in ezvcard.types with parameters of type InterestLevelParameter
 void InterestType.setLevel(InterestLevelParameter level)
          Sets the level of the person's interest.
 



Copyright © 2012-2013. All Rights Reserved.