de.intarsys.tools.converter
Class DoubleFromStringConverter
java.lang.Object
de.intarsys.tools.converter.DoubleFromStringConverter
- All Implemented Interfaces:
- IConverter<String,Double>
public class DoubleFromStringConverter
- extends Object
- implements IConverter<String,Double>
Convert a String to Double
DoubleFromStringConverter
public DoubleFromStringConverter()
convert
public Double convert(String source)
throws ConversionException
- Description copied from interface:
IConverter
- Convert the actual source object.
- Specified by:
convert in interface IConverter<String,Double>
- Returns:
- The converted object.
- Throws:
ConversionException
getSourceType
public Class<?> getSourceType()
- Description copied from interface:
IConverter
- The source type the converter supports.
- Specified by:
getSourceType in interface IConverter<String,Double>
- Returns:
- The source type the converter supports.
getTargetType
public Class<?> getTargetType()
- Description copied from interface:
IConverter
- The target type the converter supports.
- Specified by:
getTargetType in interface IConverter<String,Double>
- Returns:
- The target type the converter supports.
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.