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