public static enum DMNMessageType.Tag extends Enum<DMNMessageType.Tag>
| Enum Constant and Description |
|---|
COMPILATION |
DECISION_TABLE_ANALYSIS |
DMN_CORE |
DMN_VALIDATOR |
RUNTIME |
VALIDATION |
| Modifier and Type | Method and Description |
|---|---|
static DMNMessageType.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DMNMessageType.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DMNMessageType.Tag DMN_CORE
public static final DMNMessageType.Tag DMN_VALIDATOR
public static final DMNMessageType.Tag VALIDATION
public static final DMNMessageType.Tag COMPILATION
public static final DMNMessageType.Tag RUNTIME
public static final DMNMessageType.Tag DECISION_TABLE_ANALYSIS
public static DMNMessageType.Tag[] values()
for (DMNMessageType.Tag c : DMNMessageType.Tag.values()) System.out.println(c);
public static DMNMessageType.Tag 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–2021 JBoss by Red Hat. All rights reserved.