All Implemented Interfaces:
org.simpleflatmapper.reflect.Getter<org.apache.poi.ss.usermodel.Row,Float >, org.simpleflatmapper.reflect.primitive.FloatGetter<org.apache.poi.ss.usermodel.Row>
public class PoiFloatGetter
extends Object
implements org.simpleflatmapper.reflect.Getter<org.apache.poi.ss.usermodel.Row,Float >, org.simpleflatmapper.reflect.primitive.FloatGetter<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)
float
getFloat (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
PoiFloatGetter
public PoiFloatGetter (int index)
Method Details
get
public Float 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,Float >
Throws:
Exception
getFloat
public float getFloat (org.apache.poi.ss.usermodel.Row target)
throws Exception
Specified by:
getFloat in interface org.simpleflatmapper.reflect.primitive.FloatGetter<org.apache.poi.ss.usermodel.Row>
Throws:
Exception