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() |
compareTopublic OneToManyCheck(RowInspector rowInspector, RowInspectorCache.Filter filter)
public OneToManyCheck(RowInspector rowInspector)
protected boolean thereIsAtLestOneRow()
public RowInspector getRowInspector()
getRowInspector in class SingleCheckpublic Collection<RowInspector> getOtherRows()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.