public class OffsetRowCheckImpl extends Object implements OffsetRowCheck
| Constructor and Description |
|---|
OffsetRowCheckImpl() |
OffsetRowCheckImpl(int offset) |
OffsetRowCheckImpl(List cellChecks) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCellCheck(OffsetCellCheck cellCheck) |
List |
getCellChecks() |
int |
getOffset() |
boolean |
isCheckSuccessful(org.apache.poi.ss.usermodel.Row row) |
boolean |
isCheckSuccessful(XLSRowCursor cursor) |
void |
setCellChecks(List cellChecks) |
void |
setOffset(int offset) |
public OffsetRowCheckImpl()
public OffsetRowCheckImpl(int offset)
public OffsetRowCheckImpl(List cellChecks)
public int getOffset()
getOffset in interface OffsetRowCheckpublic void setOffset(int offset)
setOffset in interface OffsetRowCheckpublic List getCellChecks()
public void setCellChecks(List cellChecks)
public boolean isCheckSuccessful(org.apache.poi.ss.usermodel.Row row)
isCheckSuccessful in interface OffsetRowCheckpublic boolean isCheckSuccessful(XLSRowCursor cursor)
isCheckSuccessful in interface OffsetRowCheckpublic void addCellCheck(OffsetCellCheck cellCheck)
addCellCheck in interface OffsetRowCheckCopyright © 2017. All rights reserved.