|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectezvcard.parameters.VCardParameter
ezvcard.parameters.EncodingParameter
public class EncodingParameter
Represents the "ENCODING" sub type.
vCard versions: 2.1, 3.0
| Field Summary | |
|---|---|
static EncodingParameter |
_7BIT
vCard versions: 2.1 |
static EncodingParameter |
_8BIT
vCard versions: 2.1 |
static EncodingParameter |
B
vCard versions: 3.0 |
static EncodingParameter |
BASE64
vCard versions: 2.1 |
static String |
NAME
|
static EncodingParameter |
QUOTED_PRINTABLE
vCard versions: 2.1 |
| Fields inherited from class ezvcard.parameters.VCardParameter |
|---|
name, value |
| Constructor Summary | |
|---|---|
EncodingParameter(String value)
Use of this constructor is discouraged and should only be used for defining non-standard ENCODINGs. |
|
| Method Summary | |
|---|---|
static EncodingParameter |
valueOf(String value)
Searches the static objects in this class for one that has a certain type value. |
| Methods inherited from class ezvcard.parameters.VCardParameter |
|---|
all, equals, findByValue, getName, getValue, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
public static final EncodingParameter QUOTED_PRINTABLE
public static final EncodingParameter BASE64
public static final EncodingParameter _8BIT
public static final EncodingParameter _7BIT
public static final EncodingParameter B
| Constructor Detail |
|---|
public EncodingParameter(String value)
value - the type value (e.g. "b")| Method Detail |
|---|
public static EncodingParameter valueOf(String value)
value - the type value to search for (e.g. "b")
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||