public static class Common.DoubleParserFormatter extends Common.NullableParserFormatter<Double>
defaultValue, nullAllowed| Constructor and Description |
|---|
Common.DoubleParserFormatter(Double defaultValue,
boolean nullAllowed) |
| Modifier and Type | Method and Description |
|---|---|
String |
format(Double value) |
protected Double |
parseNoneEmptyValue(String value) |
parsepublic Common.DoubleParserFormatter(Double defaultValue, boolean nullAllowed)
protected Double parseNoneEmptyValue(String value)
parseNoneEmptyValue in class Common.NullableParserFormatter<Double>Copyright © 2013–2014 CodeLutin. All rights reserved.