| Package | Description |
|---|---|
| org.kie.server.api.model |
| Modifier and Type | Method and Description |
|---|---|
Severity |
Message.getSeverity() |
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setSeverity(Severity severity) |
| Constructor and Description |
|---|
Message(Severity severity,
List<String> messages) |
Message(Severity severity,
String message) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.