ezvcard.parameters
Class ExpertiseLevelParameter
java.lang.Object
ezvcard.parameters.VCardParameter
ezvcard.parameters.LevelParameter
ezvcard.parameters.ExpertiseLevelParameter
public class ExpertiseLevelParameter
- extends LevelParameter
Represents a LEVEL parameter for the EXPERTISE property.
vCard versions: 4.0
- Author:
- Michael Angstadt
- See Also:
- RFC 6715
Constructor Summary |
ExpertiseLevelParameter(String value)
Use of this constructor is discouraged and should only be used for
defining non-standard LEVELs. |
BEGINNER
public static final ExpertiseLevelParameter BEGINNER
AVERAGE
public static final ExpertiseLevelParameter AVERAGE
EXPERT
public static final ExpertiseLevelParameter EXPERT
ExpertiseLevelParameter
public ExpertiseLevelParameter(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. "expert")
valueOf
public static ExpertiseLevelParameter 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. "expert")
- Returns:
- the object or null if not found
Copyright © 2012-2013. All Rights Reserved.