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

All Known Subinterfaces:
ValueGetterSetter<E,T>
All Known Implementing Classes:
Common.BeanProperty, Common.MapProperty, Common.ValueSaver

public interface ValueGetter<E,T>

TODO

Since:
2.4
Author:
bleny , tchemit

Method Summary
 T get(E object)
           
 

Method Detail

get

T get(E object)
      throws Exception
Throws:
Exception


Copyright © 2011 CodeLutin. All Rights Reserved.