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

All Known Subinterfaces:
ImportableExportableColumn<E,T>
All Known Implementing Classes:
Column

public interface ExportableColumn<E,T>

TODO

Since:
2.4
Author:
bleny , tchemit

Method Summary
 String formatValue(T value)
           
 String getHeaderName()
           
 T getValue(E object)
           
 

Method Detail

getHeaderName

String getHeaderName()

getValue

T getValue(E object)
           throws Exception
Throws:
Exception

formatValue

String formatValue(T value)


Copyright © 2011-2012 CodeLutin. All Rights Reserved.