Uses of Class
ezvcard.parameter.InterestLevel

Packages that use InterestLevel
ezvcard.parameter   
ezvcard.property   
 

Uses of InterestLevel in ezvcard.parameter
 

Fields in ezvcard.parameter declared as InterestLevel
static InterestLevel InterestLevel.HIGH
           
static InterestLevel InterestLevel.LOW
           
static InterestLevel InterestLevel.MEDIUM
           
 

Methods in ezvcard.parameter that return InterestLevel
static InterestLevel InterestLevel.find(String value)
          Searches for a parameter value that is defined as a static constant in this class.
static InterestLevel InterestLevel.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 InterestLevel
static Collection<InterestLevel> InterestLevel.all()
          Gets all of the parameter values that are defined as static constants in this class.
 

Uses of InterestLevel in ezvcard.property
 

Methods in ezvcard.property that return InterestLevel
 InterestLevel Interest.getLevel()
          Gets the level of the person's interest.
 

Methods in ezvcard.property with parameters of type InterestLevel
 void Interest.setLevel(InterestLevel level)
          Sets the level of the person's interest.
 



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