public static enum XsdStage.Result extends java.lang.Enum<XsdStage.Result>
Enum Constant and Description |
---|
FAILURE
A serious error prevented the validation from completing.
|
NOT_FOUND
The document did not exist (for instance an HTTP 404).
|
SUCCESS
The validation completed, possibly with some errors or warnings.
|
Modifier and Type | Method and Description |
---|---|
static XsdStage.Result |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XsdStage.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XsdStage.Result NOT_FOUND
public static final XsdStage.Result FAILURE
public static final XsdStage.Result SUCCESS
public static XsdStage.Result[] values()
for (XsdStage.Result c : XsdStage.Result.values()) System.out.println(c);
public static XsdStage.Result valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.