ezvcard.parameters
Class InterestLevelParameter

java.lang.Object
  extended by ezvcard.parameters.VCardParameter
      extended by ezvcard.parameters.LevelParameter
          extended by ezvcard.parameters.InterestLevelParameter

public class InterestLevelParameter
extends LevelParameter

Represents a LEVEL parameter for the INTEREST property.

vCard versions: 4.0

Author:
Michael Angstadt
See Also:
RFC 6715

Field Summary
static InterestLevelParameter HIGH
           
static InterestLevelParameter LOW
           
static InterestLevelParameter MEDIUM
           
 
Fields inherited from class ezvcard.parameters.LevelParameter
NAME
 
Fields inherited from class ezvcard.parameters.VCardParameter
name, value
 
Constructor Summary
InterestLevelParameter(String value)
          Use of this constructor is discouraged and should only be used for defining non-standard LEVELs.
 
Method Summary
static InterestLevelParameter valueOf(String value)
          Searches the static objects in this class for one that has a certain type value.
 
Methods inherited from class ezvcard.parameters.VCardParameter
all, equals, findByValue, getName, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LOW

public static final InterestLevelParameter LOW

MEDIUM

public static final InterestLevelParameter MEDIUM

HIGH

public static final InterestLevelParameter HIGH
Constructor Detail

InterestLevelParameter

public InterestLevelParameter(String value)
Use of this constructor is discouraged and should only be used for defining non-standard LEVELs. Please use one of the predefined static objects.

Parameters:
value - the type value (e.g. "high")
Method Detail

valueOf

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

Parameters:
value - the type value to search for (e.g. "high")
Returns:
the object or null if not found


Copyright © 2012-2013. All Rights Reserved.