public static enum XmlReader.DuplicateFieldPolicy extends Enum<XmlReader.DuplicateFieldPolicy>
Enum Constant and Description |
---|
COPY_FIELD |
COPY_RECORD |
USE_LAST_VALUE |
USE_LIST |
Modifier and Type | Method and Description |
---|---|
static XmlReader.DuplicateFieldPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlReader.DuplicateFieldPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlReader.DuplicateFieldPolicy USE_LAST_VALUE
public static final XmlReader.DuplicateFieldPolicy USE_LIST
public static final XmlReader.DuplicateFieldPolicy COPY_RECORD
public static final XmlReader.DuplicateFieldPolicy COPY_FIELD
public static XmlReader.DuplicateFieldPolicy[] values()
for (XmlReader.DuplicateFieldPolicy c : XmlReader.DuplicateFieldPolicy.values()) System.out.println(c);
public static XmlReader.DuplicateFieldPolicy 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 (c) 2006-2024 North Concepts Inc. All Rights Reserved.