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.Byte
parseNumber(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:Converter
Gets the value type.- Specified by:
getValueType
in interfaceConverter<Byte>
- Specified by:
getValueType
in classNumberConverter<Byte>
- Returns:
- The value type.
-
parseNumber
public Byte parseNumber(String value) throws NumberFormatException
- Specified by:
parseNumber
in classNumberConverter<Byte>
- Throws:
NumberFormatException
-
-