public static enum ComparatorStepResult.Status extends Enum<ComparatorStepResult.Status>
| Enum Constant and Description |
|---|
FAILED |
PASSED |
PROCESSING_ERROR |
REBASED |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
static ComparatorStepResult.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparatorStepResult.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComparatorStepResult.Status PASSED
public static final ComparatorStepResult.Status FAILED
public static final ComparatorStepResult.Status WARNING
public static final ComparatorStepResult.Status REBASED
public static final ComparatorStepResult.Status PROCESSING_ERROR
public static ComparatorStepResult.Status[] values()
for (ComparatorStepResult.Status c : ComparatorStepResult.Status.values()) System.out.println(c);
public static ComparatorStepResult.Status 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 © 2013–2018 Cognifide. All rights reserved.