public static enum RemoveDuplicateFields.DuplicateFieldsPolicy extends Enum<RemoveDuplicateFields.DuplicateFieldsPolicy> implements RemoveDuplicateFields.IDuplicateFieldsPolicy
Enum Constant and Description |
---|
MAKE_ARRAY |
RENAME |
RETAIN_ALL |
RETAIN_FIRST |
RETAIN_LAST |
Modifier and Type | Method and Description |
---|---|
static RemoveDuplicateFields.DuplicateFieldsPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoveDuplicateFields.DuplicateFieldsPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
handleDuplicateFields
public static final RemoveDuplicateFields.DuplicateFieldsPolicy RETAIN_ALL
public static final RemoveDuplicateFields.DuplicateFieldsPolicy RETAIN_FIRST
public static final RemoveDuplicateFields.DuplicateFieldsPolicy RETAIN_LAST
public static final RemoveDuplicateFields.DuplicateFieldsPolicy MAKE_ARRAY
public static final RemoveDuplicateFields.DuplicateFieldsPolicy RENAME
public static RemoveDuplicateFields.DuplicateFieldsPolicy[] values()
for (RemoveDuplicateFields.DuplicateFieldsPolicy c : RemoveDuplicateFields.DuplicateFieldsPolicy.values()) System.out.println(c);
public static RemoveDuplicateFields.DuplicateFieldsPolicy 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.