public class ImppType extends VCardParameter
Impp
property.
Supported versions: 4.0
Modifier and Type | Field and Description |
---|---|
static ImppType |
BUSINESS |
static ImppType |
HOME |
static ImppType |
MOBILE |
static ImppType |
PERSONAL |
static ImppType |
PREF |
static ImppType |
WORK |
value
Modifier and Type | Method and Description |
---|---|
static Collection<ImppType> |
all()
Gets all of the parameter values that are defined as static constants in
this class.
|
static ImppType |
find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static ImppType |
get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
equals, getSupportedVersions, getValue, hashCode, isSupportedBy, toString
public static ImppType find(String value)
value
- the parameter valuepublic static ImppType get(String value)
==
equality.value
- the parameter valuepublic static Collection<ImppType> all()
Copyright © 2012–2020 Michael Angstadt. All rights reserved.