public class FloatFromStringConverter extends Object implements IConverter<String,Float>
| Constructor and Description |
|---|
FloatFromStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
Float |
convert(String source)
Convert the actual source object.
|
Class<?> |
getSourceType()
The source type the converter supports.
|
Class<?> |
getTargetType()
The target type the converter supports.
|
public Float convert(String source) throws ConversionException
IConverterconvert in interface IConverter<String,Float>ConversionExceptionpublic Class<?> getSourceType()
IConvertergetSourceType in interface IConverter<String,Float>public Class<?> getTargetType()
IConvertergetTargetType in interface IConverter<String,Float>Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.