ezvcard.parameters
Class ImppTypeParameter
java.lang.Object
ezvcard.parameters.VCardParameter
ezvcard.parameters.TypeParameter
ezvcard.parameters.ImppTypeParameter
public class ImppTypeParameter
- extends TypeParameter
Represents the TYPE parameter of the IMPP type.
vCard versions: 4.0
- Author:
- Michael Angstadt
Constructor Summary |
ImppTypeParameter(String value)
Use of this constructor is discouraged and should only be used for
defining non-standard TYPEs. |
PERSONAL
public static final ImppTypeParameter PERSONAL
BUSINESS
public static final ImppTypeParameter BUSINESS
HOME
public static final ImppTypeParameter HOME
WORK
public static final ImppTypeParameter WORK
MOBILE
public static final ImppTypeParameter MOBILE
PREF
public static final ImppTypeParameter PREF
ImppTypeParameter
public ImppTypeParameter(String value)
- Use of this constructor is discouraged and should only be used for
defining non-standard TYPEs. Please use one of the predefined static
objects.
- Parameters:
value
- the type value (e.g. "home")
valueOf
public static ImppTypeParameter 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. "work")
- Returns:
- the object or null if not found
Copyright © 2012-2013. All Rights Reserved.