public static enum ERXPropertyListSerialization.PListType extends Enum<ERXPropertyListSerialization.PListType>
| Enum Constant and Description |
|---|
ARRAY |
BOOLEAN |
DATA |
DATE |
DICTIONARY |
FILL |
FLOAT |
INTEGER |
NULL |
SET |
STRING |
UNKNOWN |
UUID |
| Modifier and Type | Method and Description |
|---|---|
static ERXPropertyListSerialization.PListType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERXPropertyListSerialization.PListType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERXPropertyListSerialization.PListType ARRAY
public static final ERXPropertyListSerialization.PListType SET
public static final ERXPropertyListSerialization.PListType BOOLEAN
public static final ERXPropertyListSerialization.PListType DATA
public static final ERXPropertyListSerialization.PListType DATE
public static final ERXPropertyListSerialization.PListType DICTIONARY
public static final ERXPropertyListSerialization.PListType FLOAT
public static final ERXPropertyListSerialization.PListType INTEGER
public static final ERXPropertyListSerialization.PListType STRING
public static final ERXPropertyListSerialization.PListType NULL
public static final ERXPropertyListSerialization.PListType FILL
public static final ERXPropertyListSerialization.PListType UUID
public static final ERXPropertyListSerialization.PListType UNKNOWN
public static ERXPropertyListSerialization.PListType[] values()
for (ERXPropertyListSerialization.PListType c : ERXPropertyListSerialization.PListType.values()) System.out.println(c);
public static ERXPropertyListSerialization.PListType 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 – 2025 Project Wonder.