Uses of Enum Class
org.drools.verifier.api.reporting.Severity
Packages that use Severity
-
Uses of Severity in org.drools.verifier.api.reporting
Methods in org.drools.verifier.api.reporting that return SeverityModifier and TypeMethodDescriptionIssue.getSeverity()static SeverityReturns the enum constant of this class with the specified name.static Severity[]Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.drools.verifier.api.reporting with parameters of type SeverityConstructors in org.drools.verifier.api.reporting with parameters of type SeverityModifierConstructorDescriptionImpossibleMatchIssue(Severity severity, CheckType checkType, String ruleId, String fieldFactType, String fieldName, String conflictedItem, String conflictingItem, Set<Integer> rowNumbers) MultipleValuesForOneActionIssue(Severity severity, CheckType checkType, String conflictedItem, String conflictingItem, Set<Integer> rowNumbers) RedundantConditionsIssue(Severity severity, CheckType checkType, String factType, String name, String firstItem, String secondItem, Set<Integer> rowNumbers) SingleHitLostIssue(Severity severity, CheckType checkType, String firstItem, String secondItem) ValueForActionIsSetTwiceIssue(Severity severity, CheckType checkType, String firstItem, String secondItem, Set<Integer> rowNumbers) ValueForFactFieldIsSetTwiceIssue(Severity severity, CheckType checkType, String boundName, String name, String firstItem, String secondItem, Set<Integer> rowNumbers)