Package com.bc.ceres.binding.converters
Class ShortConverter
- java.lang.Object
- 
- com.bc.ceres.binding.converters.NumberConverter<Short>
- 
- com.bc.ceres.binding.converters.ShortConverter
 
 
- 
 public class ShortConverter extends NumberConverter<Short> 
- 
- 
Constructor SummaryConstructors Constructor Description ShortConverter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<Short>getValueType()Gets the value type.ShortparseNumber(String text)- 
Methods inherited from class com.bc.ceres.binding.converters.NumberConverterformat, parse
 
- 
 
- 
- 
- 
Method Detail- 
getValueTypepublic Class<Short> getValueType() Description copied from interface:ConverterGets the value type.- Specified by:
- getValueTypein interface- Converter<Short>
- Specified by:
- getValueTypein class- NumberConverter<Short>
- Returns:
- The value type.
 
 - 
parseNumberpublic Short parseNumber(String text) throws NumberFormatException - Specified by:
- parseNumberin class- NumberConverter<Short>
- Throws:
- NumberFormatException
 
 
- 
 
-