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