public enum Fail extends Enum<Fail>
Qald7Questions| Enum Constant and Description |
|---|
ANSWERSET_DIFFERS |
ANSWERTYPE_NOT_SET |
ISONLYDBO_WRONG |
MISSING_KEYWORDS |
MISSING_LANGUAGES |
NO_ANSWERS_IN_DATASET |
SPARQL_MISSING |
SPARQL_NOT_EXECUTABLE |
SPARQL_PARSE_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static Fail |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fail[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fail ISONLYDBO_WRONG
public static final Fail MISSING_KEYWORDS
public static final Fail MISSING_LANGUAGES
public static final Fail ANSWERSET_DIFFERS
public static final Fail SPARQL_PARSE_ERROR
public static final Fail SPARQL_MISSING
public static final Fail SPARQL_NOT_EXECUTABLE
public static final Fail NO_ANSWERS_IN_DATASET
public static final Fail ANSWERTYPE_NOT_SET
public static Fail[] values()
for (Fail c : Fail.values()) System.out.println(c);
public static Fail 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 © 2016–2019. All rights reserved.