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