public class SimpleSectionCheck extends java.lang.Object implements SectionCheck
| Constructor and Description |
|---|
SimpleSectionCheck() |
SimpleSectionCheck(java.util.List relativeRowChecks) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRowCheck(OffsetRowCheck offsetRowCheck) |
java.util.List |
getOffsetRowChecks() |
boolean |
isCheckSuccessful(XLSRowCursor cursor) |
void |
setOffsetRowChecks(java.util.List offsetRowChecks) |
public SimpleSectionCheck()
public SimpleSectionCheck(java.util.List relativeRowChecks)
public boolean isCheckSuccessful(XLSRowCursor cursor)
isCheckSuccessful in interface SectionCheckpublic void addRowCheck(OffsetRowCheck offsetRowCheck)
addRowCheck in interface SectionCheckpublic java.util.List getOffsetRowChecks()
public void setOffsetRowChecks(java.util.List offsetRowChecks)
Copyright © 2005-2014 jXLS Team. All Rights Reserved.