com.agimatec.utility.fileimport.spreadsheet
Class ExcelRowTokenizer
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelRowTokenizer
public ExcelRowTokenizer(ExcelRow aLine)
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.