protected static enum SpecReader.State extends Enum<SpecReader.State>
| Modifier and Type | Method and Description |
|---|---|
static SpecReader.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecReader.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpecReader.State BEFORE
public static final SpecReader.State SOURCE
public static final SpecReader.State HTML
public static final SpecReader.State AST
public static SpecReader.State[] values()
for (SpecReader.State c : SpecReader.State.values()) System.out.println(c);
public static SpecReader.State 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 © 2019. All rights reserved.