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