Class ValueForActionIsSetTwiceIssue
- java.lang.Object
-
- org.drools.verifier.api.reporting.Issue
-
- org.drools.verifier.api.reporting.ValueForActionIsSetTwiceIssue
-
public class ValueForActionIsSetTwiceIssue extends Issue
-
-
Constructor Summary
Constructors Constructor Description ValueForActionIsSetTwiceIssue()ValueForActionIsSetTwiceIssue(Severity severity, CheckType checkType, String firstItem, String secondItem, Set<Integer> rowNumbers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFirstItem()StringgetSecondItem()voidsetFirstItem(String firstItem)voidsetSecondItem(String secondItem)-
Methods inherited from class org.drools.verifier.api.reporting.Issue
equals, getCheckType, getDebugMessage, getRowNumbers, getSeverity, hashCode, setCheckType, setDebugMessage, setRowNumbers, setSeverity
-
-