Package com.bc.ceres.binding.converters
Class LongConverter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bc.ceres.binding.converters.NumberConverter
format, parse
-
Constructor Details
-
LongConverter
public LongConverter()
-
-
Method Details
-
getValueType
Description copied from interface:Converter
Gets the value type.- Specified by:
getValueType
in interfaceConverter<Long>
- Specified by:
getValueType
in classNumberConverter<Long>
- Returns:
- The value type.
-
parseNumber
- Specified by:
parseNumber
in classNumberConverter<Long>
- Throws:
NumberFormatException
-