thinkui.parser
Interface ColumnParser
- All Known Subinterfaces:
- DataObjectParser
- All Known Implementing Classes:
- CompoundColumnParser, CSVDataObjectParser, DelimitedDataObjectParser, FixedWidthDataObjectParser
- public interface ColumnParser
Define the interface for parsing a column.
Method Summary |
void |
parse(DataObject dataObject,
java.lang.String column)
Parse the given column data and populate the appropriate attributes in
the given data object. |
parse
public void parse(DataObject dataObject,
java.lang.String column)
throws java.lang.Exception
- Parse the given column data and populate the appropriate attributes in
the given data object.
- Throws:
java.lang.Exception
Copyright © 2007-2009. ThinkUI Software Inc. All rights reserved.