public static enum TestEitherSteps.AnError extends Enum<TestEitherSteps.AnError>
| Enum Constant and Description |
|---|
FIFTH |
FILTER |
FIRST |
FOURTH |
SECOND |
SIXTH |
THIRD |
| Modifier and Type | Method and Description |
|---|---|
static TestEitherSteps.AnError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestEitherSteps.AnError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestEitherSteps.AnError FIRST
public static final TestEitherSteps.AnError SECOND
public static final TestEitherSteps.AnError THIRD
public static final TestEitherSteps.AnError FOURTH
public static final TestEitherSteps.AnError FIFTH
public static final TestEitherSteps.AnError SIXTH
public static final TestEitherSteps.AnError FILTER
public static TestEitherSteps.AnError[] values()
for (TestEitherSteps.AnError c : TestEitherSteps.AnError.values()) System.out.println(c);
public static TestEitherSteps.AnError 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 Atlassian. All rights reserved.