Uses of Class
org.drools.verifier.api.reporting.Severity
-
Packages that use Severity Package Description org.drools.verifier.api.reporting -
-
Uses of Severity in org.drools.verifier.api.reporting
Methods in org.drools.verifier.api.reporting that return Severity Modifier and Type Method Description SeverityIssue. getSeverity()static SeveritySeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static Severity[]Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.verifier.api.reporting with parameters of type Severity Modifier and Type Method Description voidIssue. setSeverity(Severity severity)Constructors in org.drools.verifier.api.reporting with parameters of type Severity Constructor Description ImpossibleMatchIssue(Severity severity, CheckType checkType, String ruleId, String fieldFactType, String fieldName, String conflictedItem, String conflictingItem, Set<Integer> rowNumbers)Issue(Severity severity, CheckType checkType, 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)
-