public enum DiffStrategyType extends java.lang.Enum<DiffStrategyType>
| Enum Constant and Description |
|---|
COLLECTION |
NESTED |
SINGLE |
| Modifier and Type | Method and Description |
|---|---|
DiffStrategy |
getStrategy() |
static DiffStrategyType |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic DiffStrategy getStrategy()
Copyright © 2018. All rights reserved.