public static enum SlpcValidationError.Stage extends Enum<SlpcValidationError.Stage>
| Modifier and Type | Method and Description |
|---|---|
static SlpcValidationError.Stage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlpcValidationError.Stage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlpcValidationError.Stage JSON
public static final SlpcValidationError.Stage SCHEMA
public static final SlpcValidationError.Stage SEMANTIC
public static SlpcValidationError.Stage[] values()
for (SlpcValidationError.Stage c : SlpcValidationError.Stage.values()) System.out.println(c);
public static SlpcValidationError.Stage 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