public class ShortPatternFormat extends NumberPatternFormat<Short>
Constructor and Description |
---|
ShortPatternFormat() |
ShortPatternFormat(String pattern,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
Short |
parse(String string)
Parses a String into an object
|
format, getLocale, getNumberFormat, getPattern, getPrecision, getRounding, setLocale, setPattern, setPrecision, setRounding
Apache Camel