Uses of Class
org.kie.api.builder.Message.Level
-
Packages that use Message.Level Package Description org.kie.api.builder -
-
Uses of Message.Level in org.kie.api.builder
Methods in org.kie.api.builder that return Message.Level Modifier and Type Method Description Message.Level
Message. getLevel()
Returns the message levelstatic 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.Methods in org.kie.api.builder with parameters of type Message.Level Modifier and Type Method Description List<Message>
Results. getMessages(Message.Level... levels)
Returns all the Messages of the given levels in these Resultsboolean
Results. hasMessages(Message.Level... levels)
Returns true if these Results contains at least one Message of one of the given levels
-