Uses of Class
org.kie.dmn.api.core.DMNMessageType
-
Packages that use DMNMessageType Package Description org.kie.dmn.api.core -
-
Uses of DMNMessageType in org.kie.dmn.api.core
Methods in org.kie.dmn.api.core that return DMNMessageType Modifier and Type Method Description DMNMessageTypeDMNMessage. getMessageType()Returns a classification of the event that raised the message.static DMNMessageTypeDMNMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static DMNMessageType[]DMNMessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-