public static class Common.FloatParserFormatter extends Common.NullableParserFormatter<Float>
defaultValue, nullAllowed| Constructor and Description |
|---|
Common.FloatParserFormatter(Float defaultValue,
boolean nullAllowed) |
| Modifier and Type | Method and Description |
|---|---|
String |
format(Float value) |
protected Float |
parseNoneEmptyValue(String value) |
parsepublic Common.FloatParserFormatter(Float defaultValue, boolean nullAllowed)
protected Float parseNoneEmptyValue(String value)
parseNoneEmptyValue in class Common.NullableParserFormatter<Float>Copyright © 2011-2012 CodeLutin. All Rights Reserved.