public class PreferenceValueFromStringConverter extends Object implements IConverter<String,String>
| Constructor and Description |
|---|
PreferenceValueFromStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
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 String convert(String source) throws ConversionException
IConverterconvert in interface IConverter<String,String>ConversionExceptionpublic Class<?> getSourceType()
IConvertergetSourceType in interface IConverter<String,String>public Class<?> getTargetType()
IConvertergetTargetType in interface IConverter<String,String>Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.