Package com.bc.ceres.binding.converters
Class ByteConverter
- java.lang.Object
-
- com.bc.ceres.binding.converters.NumberConverter<Byte>
-
- com.bc.ceres.binding.converters.ByteConverter
-
public class ByteConverter extends NumberConverter<Byte>
-
-
Constructor Summary
Constructors Constructor Description ByteConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<Byte>getValueType()Gets the value type.ByteparseNumber(String value)-
Methods inherited from class com.bc.ceres.binding.converters.NumberConverter
format, parse
-
-
-
-
Method Detail
-
getValueType
public Class<Byte> getValueType()
Description copied from interface:ConverterGets the value type.- Specified by:
getValueTypein interfaceConverter<Byte>- Specified by:
getValueTypein classNumberConverter<Byte>- Returns:
- The value type.
-
parseNumber
public Byte parseNumber(String value) throws NumberFormatException
- Specified by:
parseNumberin classNumberConverter<Byte>- Throws:
NumberFormatException
-
-