org.nuiton.util.csv
Interface ImportableExportableColumn<E,T>

All Superinterfaces:
ExportableColumn<E,T>, ImportableColumn<E,T>
All Known Implementing Classes:
Column

public interface ImportableExportableColumn<E,T>
extends ImportableColumn<E,T>, ExportableColumn<E,T>


Method Summary
 
Methods inherited from interface org.nuiton.util.csv.ImportableColumn
getHeaderName, isIgnored, isMandatory, parseValue, setValue
 
Methods inherited from interface org.nuiton.util.csv.ExportableColumn
formatValue, getHeaderName, getValue
 



Copyright © 2011-2012 CodeLutin. All Rights Reserved.