public static enum ShadowLeafEdgeComparator.Classification extends Enum<ShadowLeafEdgeComparator.Classification>
| Enum Constant and Description |
|---|
CHANGED_TARGET |
EQUAL |
INTENDED_ADDITION |
MISSING_LEGACY_EDGE |
REGRESSION |
| Modifier and Type | Method and Description |
|---|---|
static ShadowLeafEdgeComparator.Classification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShadowLeafEdgeComparator.Classification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShadowLeafEdgeComparator.Classification EQUAL
public static final ShadowLeafEdgeComparator.Classification INTENDED_ADDITION
public static final ShadowLeafEdgeComparator.Classification MISSING_LEGACY_EDGE
public static final ShadowLeafEdgeComparator.Classification CHANGED_TARGET
public static final ShadowLeafEdgeComparator.Classification REGRESSION
public static ShadowLeafEdgeComparator.Classification[] values()
for (ShadowLeafEdgeComparator.Classification c : ShadowLeafEdgeComparator.Classification.values()) System.out.println(c);
public static ShadowLeafEdgeComparator.Classification 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 null