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 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. 
 | 
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(String value)
value - the parameter valuepublic static Encoding get(String value)
== equality.value - the parameter valuepublic static 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.