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