net.sf.jxls.reader
Class SimpleSectionCheck

java.lang.Object
  extended by net.sf.jxls.reader.SimpleSectionCheck
All Implemented Interfaces:
SectionCheck

public class SimpleSectionCheck
extends java.lang.Object
implements SectionCheck

Author:
Leonid Vysochyn

Constructor Summary
SimpleSectionCheck()
           
SimpleSectionCheck(java.util.List relativeRowChecks)
           
 
Method Summary
 void addRowCheck(OffsetRowCheck offsetRowCheck)
           
 java.util.List getOffsetRowChecks()
           
 boolean isCheckSuccessful(XLSRowCursor cursor)
           
 void setOffsetRowChecks(java.util.List offsetRowChecks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSectionCheck

public SimpleSectionCheck()

SimpleSectionCheck

public SimpleSectionCheck(java.util.List relativeRowChecks)
Method Detail

isCheckSuccessful

public boolean isCheckSuccessful(XLSRowCursor cursor)
Specified by:
isCheckSuccessful in interface SectionCheck

addRowCheck

public void addRowCheck(OffsetRowCheck offsetRowCheck)
Specified by:
addRowCheck in interface SectionCheck

getOffsetRowChecks

public java.util.List getOffsetRowChecks()

setOffsetRowChecks

public void setOffsetRowChecks(java.util.List offsetRowChecks)


Copyright © 2005-2014 jXLS Team. All Rights Reserved.