public enum DiffStrategyType extends Enum<DiffStrategyType>
| Enum Constant and Description |
|---|
COLLECTION |
NESTED |
SINGLE |
| Modifier and Type | Method and Description |
|---|---|
DiffStrategy |
getStrategy() |
static DiffStrategyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffStrategyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiffStrategyType SINGLE
public static final DiffStrategyType NESTED
public static final DiffStrategyType COLLECTION
public static DiffStrategyType[] values()
for (DiffStrategyType c : DiffStrategyType.values()) System.out.println(c);
public static DiffStrategyType 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 nullpublic DiffStrategy getStrategy()
Copyright © 2020. All rights reserved.