public static enum ERXPropertyListSerialization.PListFormat extends Enum<ERXPropertyListSerialization.PListFormat>
Enum Constant and Description |
---|
NSPropertyListBinaryFormat_v1_0
Binary formatted plist
|
NSPropertyListJsonFormat_v1_0
Jason formatted plist
|
NSPropertyListOpenStepFormat
Legacy plist format
|
NSPropertyListXMLFormat_v1_0
XML plist v 1.0
|
Modifier and Type | Method and Description |
---|---|
static ERXPropertyListSerialization.PListFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERXPropertyListSerialization.PListFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERXPropertyListSerialization.PListFormat NSPropertyListOpenStepFormat
public static final ERXPropertyListSerialization.PListFormat NSPropertyListXMLFormat_v1_0
public static final ERXPropertyListSerialization.PListFormat NSPropertyListBinaryFormat_v1_0
public static final ERXPropertyListSerialization.PListFormat NSPropertyListJsonFormat_v1_0
public static ERXPropertyListSerialization.PListFormat[] values()
for (ERXPropertyListSerialization.PListFormat c : ERXPropertyListSerialization.PListFormat.values()) System.out.println(c);
public static ERXPropertyListSerialization.PListFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2002 – 2024 Project Wonder.