Package cz.diribet.aqdef.convert.custom
Class K0020ValueConverter
- java.lang.Object
-
- cz.diribet.aqdef.convert.custom.K0020ValueConverter
-
- All Implemented Interfaces:
IKKeyValueConverter<Integer>
public class K0020ValueConverter extends Object implements IKKeyValueConverter<Integer>
Divides value of K0020 by 1000.- Author:
- Vlastimil Dolejs
-
-
Constructor Summary
Constructors Constructor Description K0020ValueConverter()
-
-
-
Method Detail
-
convert
public Integer convert(String value) throws KKeyValueConversionException
- Specified by:
convertin interfaceIKKeyValueConverter<Integer>- Throws:
KKeyValueConversionException
-
toString
public String toString(Integer value)
- Specified by:
toStringin interfaceIKKeyValueConverter<Integer>
-
-