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

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

public interface ImportableColumn<E,T>

TODO

Since:
2.4
Author:
bleny , tchemit

Method Summary
 String getHeaderName()
           
 boolean isIgnored()
           
 boolean isMandatory()
           
 T parseValue(String value)
           
 void setValue(E object, T value)
           
 

Method Detail

getHeaderName

String getHeaderName()

isMandatory

boolean isMandatory()

isIgnored

boolean isIgnored()

parseValue

T parseValue(String value)
             throws ParseException
Throws:
ParseException

setValue

void setValue(E object,
              T value)
              throws Exception
Throws:
Exception


Copyright © 2011 CodeLutin. All Rights Reserved.