public class Encoding extends VersionedVCardParameter
Supported versions: 2.1, 3.0
| Modifier and Type | Field and Description |
|---|---|
static Encoding |
_7BIT
Supported versions:
2.1 |
static Encoding |
_8BIT
Supported versions:
2.1 |
static Encoding |
B
Supported versions:
3.0 |
static Encoding |
BASE64
Supported versions:
2.1 |
static Encoding |
QUOTED_PRINTABLE
Supported versions:
2.1 |
supportedVersionsvalue| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<Encoding> |
all()
Gets all of the parameter values that are defined as static constants in
this class.
|
static Encoding |
find(java.lang.String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static Encoding |
get(java.lang.String value)
Searches for a parameter value and creates one if it cannot be found.
|
isSupportedequals, getValue, hashCode, toStringpublic static final Encoding QUOTED_PRINTABLE
2.1public static final Encoding BASE64
2.1public static final Encoding _8BIT
2.1public static final Encoding _7BIT
2.1public static final Encoding B
3.0public static Encoding find(java.lang.String value)
value - the parameter valuepublic static Encoding get(java.lang.String value)
== equality.value - the parameter valuepublic static java.util.Collection<Encoding> all()
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.