|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezvcard.parameter.VCardParameter
ezvcard.parameter.VersionedVCardParameter
ezvcard.parameter.Encoding
public class Encoding
Represents the "ENCODING" parameter.
Supported versions: 2.1, 3.0
Field Summary | |
---|---|
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 |
Fields inherited from class ezvcard.parameter.VersionedVCardParameter |
---|
supportedVersions |
Fields inherited from class ezvcard.parameter.VCardParameter |
---|
value |
Method Summary | |
---|---|
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. |
Methods inherited from class ezvcard.parameter.VersionedVCardParameter |
---|
isSupported |
Methods inherited from class ezvcard.parameter.VCardParameter |
---|
equals, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Encoding QUOTED_PRINTABLE
2.1
public static final Encoding BASE64
2.1
public static final Encoding _8BIT
2.1
public static final Encoding _7BIT
2.1
public static final Encoding B
3.0
Method Detail |
---|
public static Encoding find(String value)
value
- the parameter value
public static Encoding get(String value)
==
equality.
value
- the parameter value
public static Collection<Encoding> all()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |