|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.formproc.conversion.AbstractTypeConverter
|
+--org.formproc.conversion.FloatConverter
TypeConverter which converts to a Float. The data objects toString() method will be used to convert the data object to a String first.
| Constructor Summary | |
FloatConverter()
|
|
| Method Summary | |
java.lang.Object |
convert(java.lang.Object data,
java.util.Locale locale)
Convert the given data object to an Float. |
| Methods inherited from class org.formproc.conversion.AbstractTypeConverter |
loadConfiguration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FloatConverter()
| Method Detail |
public java.lang.Object convert(java.lang.Object data,
java.util.Locale locale)
throws java.lang.Exception
data - The datalocale - The Locale
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||