Uses of Class
org.kie.dmn.api.feel.runtime.events.FEELEvent.Severity
-
Packages that use FEELEvent.Severity Package Description org.kie.dmn.api.feel.runtime.events -
-
Uses of FEELEvent.Severity in org.kie.dmn.api.feel.runtime.events
Methods in org.kie.dmn.api.feel.runtime.events that return FEELEvent.Severity Modifier and Type Method Description FEELEvent.SeverityFEELEvent. getSeverity()Returns the severity of the eventstatic FEELEvent.SeverityFEELEvent.Severity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FEELEvent.Severity[]FEELEvent.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-