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