public abstract class OneToManyCheck extends SingleCheck
Modifier and Type | Field and Description |
---|---|
protected boolean |
hasIssues |
rowInspector
Constructor and Description |
---|
OneToManyCheck(RowInspector rowInspector) |
OneToManyCheck(RowInspector rowInspector,
RowInspectorCache.Filter filter) |
Modifier and Type | Method and Description |
---|---|
abstract void |
check() |
Collection<RowInspector> |
getOtherRows() |
RowInspector |
getRowInspector() |
boolean |
hasIssues() |
protected boolean |
thereIsAtLestOneRow() |
compareTo
public OneToManyCheck(RowInspector rowInspector, RowInspectorCache.Filter filter)
public OneToManyCheck(RowInspector rowInspector)
protected boolean thereIsAtLestOneRow()
public RowInspector getRowInspector()
getRowInspector
in class SingleCheck
public Collection<RowInspector> getOtherRows()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.