Package | Description |
---|---|
org.drools.verifier.api.reporting |
Modifier and Type | Method and Description |
---|---|
Severity |
Issue.getSeverity() |
static Severity |
Severity.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.
|
Modifier and Type | Method and Description |
---|---|
void |
Issue.setSeverity(Severity severity) |
Constructor and 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) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.