public class Encoding extends VCardParameter
Supported versions: 2.1, 3.0
Modifier and Type | Field and Description |
---|---|
static Encoding |
_7BIT |
static Encoding |
_8BIT |
static Encoding |
B |
static Encoding |
BASE64 |
static Encoding |
QUOTED_PRINTABLE
Note: This specific parameter value is in upper-case in order to resolve
a compatibility issue with the Windows 10 Contacts app.
|
value
Modifier and Type | Method and Description |
---|---|
static Collection<Encoding> |
all()
Gets all of the parameter values that are defined as static constants in
this class.
|
static Encoding |
find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static Encoding |
get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
equals, getSupportedVersions, getValue, hashCode, isSupportedBy, toString
@SupportedVersions(value=V2_1) public static final Encoding QUOTED_PRINTABLE
@SupportedVersions(value=V2_1) public static final Encoding BASE64
@SupportedVersions(value=V2_1) public static final Encoding _8BIT
@SupportedVersions(value=V2_1) public static final Encoding _7BIT
@SupportedVersions(value=V3_0) public static final Encoding B
public static Encoding find(String value)
value
- the parameter valuepublic static Encoding get(String value)
==
equality.value
- the parameter valuepublic static Collection<Encoding> all()
Copyright © 2012–2020 Michael Angstadt. All rights reserved.