- All Implemented Interfaces:
org.simpleflatmapper.reflect.Getter<org.apache.poi.ss.usermodel.Row,E>
public class PoiEnumGetter<E extends Enum<E>>
extends Object
implements org.simpleflatmapper.reflect.Getter<org.apache.poi.ss.usermodel.Row,E>
-
Constructor Summary
Constructors
-
Method Summary
get(org.apache.poi.ss.usermodel.Row target)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PoiEnumGetter
public PoiEnumGetter(int index,
Class<E> enumClass)
-
Method Details
-
get
public E get(org.apache.poi.ss.usermodel.Row target)
throws Exception
- Specified by:
get in interface org.simpleflatmapper.reflect.Getter<org.apache.poi.ss.usermodel.Row,E extends Enum<E>>
- Throws:
Exception