Uses of Enum Class
org.drools.verifier.api.reporting.CheckType
Packages that use CheckType
-
Uses of CheckType in org.drools.verifier.api.reporting
Methods in org.drools.verifier.api.reporting that return CheckTypeModifier and TypeMethodDescriptionIssue.getCheckType()static CheckTypeReturns the enum constant of this class with the specified name.static CheckType[]CheckType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.drools.verifier.api.reporting that return types with arguments of type CheckTypeMethods in org.drools.verifier.api.reporting with parameters of type CheckTypeConstructors in org.drools.verifier.api.reporting with parameters of type CheckTypeModifierConstructorDescriptionImpossibleMatchIssue(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)