|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CompatibilityMode>
ezvcard.io.CompatibilityMode
public enum CompatibilityMode
Specifies which mail client the vCard is coming from or is destined for.
| Enum Constant Summary | |
|---|---|
EVOLUTION
|
|
GMAIL
|
|
I_PHONE
|
|
IOS_EXPORTER
|
|
KDE_ADDRESS_BOOK
Compatibility mode for use with the KDE Address Book application. |
|
MAC_ADDRESS_BOOK
|
|
MS_OUTLOOK
|
|
RFC
Default compatibility mode for adhering to the RFC specs. |
|
| Method Summary | |
|---|---|
static CompatibilityMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CompatibilityMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CompatibilityMode RFC
Default compatibility mode for adhering to the RFC specs.
public static final CompatibilityMode MS_OUTLOOK
public static final CompatibilityMode I_PHONE
public static final CompatibilityMode MAC_ADDRESS_BOOK
public static final CompatibilityMode KDE_ADDRESS_BOOK
Compatibility mode for use with the KDE Address Book application.
public static final CompatibilityMode IOS_EXPORTER
public static final CompatibilityMode EVOLUTION
public static final CompatibilityMode GMAIL
| Method Detail |
|---|
public static CompatibilityMode[] values()
for (CompatibilityMode c : CompatibilityMode.values()) System.out.println(c);
public static CompatibilityMode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||