ezvcard.parameter
Class ExpertiseLevel
java.lang.Object
ezvcard.parameter.VCardParameter
ezvcard.parameter.ExpertiseLevel
public class ExpertiseLevel
- extends VCardParameter
Represents a LEVEL parameter for the Expertise
property.
Supported versions: 4.0
- Author:
- Michael Angstadt
- See Also:
- RFC 6715
Method Summary |
static Collection<ExpertiseLevel> |
all()
Gets all of the parameter values that are defined as static constants in
this class. |
static ExpertiseLevel |
find(String value)
Searches for a parameter value that is defined as a static constant in
this class. |
static ExpertiseLevel |
get(String value)
Searches for a parameter value and creates one if it cannot be found. |
BEGINNER
public static final ExpertiseLevel BEGINNER
AVERAGE
public static final ExpertiseLevel AVERAGE
EXPERT
public static final ExpertiseLevel EXPERT
find
public static ExpertiseLevel find(String value)
- Searches for a parameter value that is defined as a static constant in
this class.
- Parameters:
value
- the parameter value
- Returns:
- the object or null if not found
get
public static ExpertiseLevel get(String value)
- Searches for a parameter value and creates one if it cannot be found. All
objects are guaranteed to be unique, so they can be compared with
==
equality.
- Parameters:
value
- the parameter value
- Returns:
- the object
all
public static Collection<ExpertiseLevel> all()
- Gets all of the parameter values that are defined as static constants in
this class.
- Returns:
- the parameter values
Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.