public class OffsetRowCheckImpl extends Object implements OffsetRowCheck
Constructor and Description |
---|
OffsetRowCheckImpl() |
OffsetRowCheckImpl(int offset) |
OffsetRowCheckImpl(List<OffsetCellCheck> 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<OffsetCellCheck> cellChecks) |
void |
setOffset(int offset) |
public OffsetRowCheckImpl()
public OffsetRowCheckImpl(int offset)
public OffsetRowCheckImpl(List<OffsetCellCheck> cellChecks)
public int getOffset()
getOffset
in interface OffsetRowCheck
public void setOffset(int offset)
setOffset
in interface OffsetRowCheck
public List getCellChecks()
public void setCellChecks(List<OffsetCellCheck> cellChecks)
public boolean isCheckSuccessful(org.apache.poi.ss.usermodel.Row row)
isCheckSuccessful
in interface OffsetRowCheck
public boolean isCheckSuccessful(XLSRowCursor cursor)
isCheckSuccessful
in interface OffsetRowCheck
public void addCellCheck(OffsetCellCheck cellCheck)
addCellCheck
in interface OffsetRowCheck
Copyright © 2019. All rights reserved.