public static enum DMNValidator.Validation extends Enum<DMNValidator.Validation>
| Enum Constant and Description |
|---|
ANALYZE_DECISION_TABLE |
VALIDATE_COMPILATION |
VALIDATE_MODEL |
VALIDATE_SCHEMA |
| Modifier and Type | Method and Description |
|---|---|
static DMNValidator.Validation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DMNValidator.Validation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DMNValidator.Validation VALIDATE_SCHEMA
public static final DMNValidator.Validation VALIDATE_MODEL
public static final DMNValidator.Validation VALIDATE_COMPILATION
public static final DMNValidator.Validation ANALYZE_DECISION_TABLE
public static DMNValidator.Validation[] values()
for (DMNValidator.Validation c : DMNValidator.Validation.values()) System.out.println(c);
public static DMNValidator.Validation 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 © 2001–2019 JBoss by Red Hat. All rights reserved.