com.agimatec.utility.fileimport.spreadsheet
Class ExcelRowTokenizer

java.lang.Object
  extended by com.agimatec.utility.fileimport.spreadsheet.ExcelRowTokenizer
All Implemented Interfaces:
LineTokenizer<ExcelRow,ExcelCell>, Enumeration<ExcelCell>

public class ExcelRowTokenizer
extends Object
implements LineTokenizer<ExcelRow,ExcelCell>

Description:
User: roman.stumm
Date: 11.06.2008
Time: 17:13:30
Copyright: Agimatec GmbH


Constructor Summary
ExcelRowTokenizer(ExcelRow aLine)
           
 
Method Summary
 ExcelCell continueParse(ExcelCell aSingleValue, ExcelRow aRecord)
           
 boolean hasMoreElements()
           
 boolean isLineIncomplete()
           
 ExcelCell nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelRowTokenizer

public ExcelRowTokenizer(ExcelRow aLine)
Method Detail

isLineIncomplete

public boolean isLineIncomplete()
Specified by:
isLineIncomplete in interface LineTokenizer<ExcelRow,ExcelCell>
Returns:
true when this line is incomplete - set after parsing all tokens

continueParse

public ExcelCell continueParse(ExcelCell aSingleValue,
                               ExcelRow aRecord)
Specified by:
continueParse in interface LineTokenizer<ExcelRow,ExcelCell>

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration<ExcelCell>

nextElement

public ExcelCell nextElement()
Specified by:
nextElement in interface Enumeration<ExcelCell>


Copyright © 2008-2011. All Rights Reserved.