public static enum ArachniUtils.MergeConflictStrategy extends Enum<ArachniUtils.MergeConflictStrategy>
| Enum Constant and Description |
|---|
PREFER_NON_NULL |
PREFER_OBJECT |
PREFER_STRING |
THROW_EXCEPTION |
| Modifier and Type | Method and Description |
|---|---|
static ArachniUtils.MergeConflictStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArachniUtils.MergeConflictStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArachniUtils.MergeConflictStrategy THROW_EXCEPTION
public static final ArachniUtils.MergeConflictStrategy PREFER_OBJECT
public static final ArachniUtils.MergeConflictStrategy PREFER_STRING
public static final ArachniUtils.MergeConflictStrategy PREFER_NON_NULL
public static ArachniUtils.MergeConflictStrategy[] values()
for (ArachniUtils.MergeConflictStrategy c : ArachniUtils.MergeConflictStrategy.values()) System.out.println(c);
public static ArachniUtils.MergeConflictStrategy 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 © 2018. All rights reserved.