All Implemented Interfaces:
org.simpleflatmapper.reflect.Getter<org.apache.poi.ss.usermodel.Row,Long >, org.simpleflatmapper.reflect.primitive.LongGetter<org.apache.poi.ss.usermodel.Row>
public class PoiLongGetter
extends Object
implements org.simpleflatmapper.reflect.Getter<org.apache.poi.ss.usermodel.Row,Long >, org.simpleflatmapper.reflect.primitive.LongGetter<org.apache.poi.ss.usermodel.Row>
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
get (org.apache.poi.ss.usermodel.Row target)
long
getLong (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
PoiLongGetter
public PoiLongGetter (int index)
Method Details
get
public Long 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,Long >
Throws:
Exception
getLong
public long getLong (org.apache.poi.ss.usermodel.Row target)
throws Exception
Specified by:
getLong in interface org.simpleflatmapper.reflect.primitive.LongGetter<org.apache.poi.ss.usermodel.Row>
Throws:
Exception