public static enum DMNMessageKS.DMNMessageSeverityKS extends Enum<DMNMessageKS.DMNMessageSeverityKS>
| Enum Constant and Description |
|---|
ERROR |
INFO |
TRACE
Deprecated.
use
INFO level. |
WARN |
| Modifier and Type | Method and Description |
|---|---|
org.kie.dmn.api.core.DMNMessage.Severity |
asSeverity() |
static DMNMessageKS.DMNMessageSeverityKS |
of(org.kie.dmn.api.core.DMNMessage.Severity value) |
static DMNMessageKS.DMNMessageSeverityKS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DMNMessageKS.DMNMessageSeverityKS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final DMNMessageKS.DMNMessageSeverityKS TRACE
INFO level.public static final DMNMessageKS.DMNMessageSeverityKS INFO
public static final DMNMessageKS.DMNMessageSeverityKS WARN
public static final DMNMessageKS.DMNMessageSeverityKS ERROR
public static DMNMessageKS.DMNMessageSeverityKS[] values()
for (DMNMessageKS.DMNMessageSeverityKS c : DMNMessageKS.DMNMessageSeverityKS.values()) System.out.println(c);
public static DMNMessageKS.DMNMessageSeverityKS 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 nullpublic static DMNMessageKS.DMNMessageSeverityKS of(org.kie.dmn.api.core.DMNMessage.Severity value)
public org.kie.dmn.api.core.DMNMessage.Severity asSeverity()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.