Package | Description |
---|---|
org.kie.dmn.api.core |
Modifier and Type | Method and Description |
---|---|
DMNMessage.Severity |
DMNMessage.getSeverity()
Returns the severity of the message.
|
static DMNMessage.Severity |
DMNMessage.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DMNMessage.Severity[] |
DMNMessage.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<DMNMessage> |
DMNMessageContainer.getMessages(DMNMessage.Severity... sevs)
Returns a list of all the messages produced
during the DMN service invocation, filtered
by the list of severities given.
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.