Package cz.diribet.aqdef.convert.custom
Class K0006ValueConverter
- java.lang.Object
-
- cz.diribet.aqdef.convert.custom.K0006ValueConverter
-
- All Implemented Interfaces:
IKKeyValueConverter<String>
public class K0006ValueConverter extends Object implements IKKeyValueConverter<String>
Removes leading # from K0006 (charge).- Author:
- Vlastimil Dolejs
-
-
Constructor Summary
Constructors Constructor Description K0006ValueConverter()
-
-
-
Method Detail
-
convert
public String convert(String value) throws KKeyValueConversionException
- Specified by:
convertin interfaceIKKeyValueConverter<String>- Throws:
KKeyValueConversionException
-
toString
public String toString(String value)
- Specified by:
toStringin interfaceIKKeyValueConverter<String>
-
-