public static enum DMNMessageType.Tag extends Enum<DMNMessageType.Tag>
Enum Constant and Description |
---|
COMPILATION |
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 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–2019 JBoss by Red Hat. All rights reserved.