| Package | Description | 
|---|---|
| org.kie.api.builder | 
| Modifier and Type | Method and Description | 
|---|---|
Message.Level | 
Message.getLevel()
Returns the message level 
 | 
static Message.Level | 
Message.Level.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Message.Level[] | 
Message.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Message> | 
Results.getMessages(Message.Level... levels)
Returns all the Messages of the given levels in these Results 
 | 
boolean | 
Results.hasMessages(Message.Level... levels)
Returns true if these Results contains at least one Message of one of the given levels 
 | 
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.