intarsys runtime library

de.intarsys.tools.converter
Class FloatFromBooleanConverter

java.lang.Object
  extended by de.intarsys.tools.converter.FloatFromBooleanConverter
All Implemented Interfaces:
IConverter<Boolean,Float>

public class FloatFromBooleanConverter
extends Object
implements IConverter<Boolean,Float>

Convert a Boolean to Float


Constructor Summary
FloatFromBooleanConverter()
           
 
Method Summary
 Float convert(Boolean source)
          Convert the actual source object.
 Class<?> getSourceType()
          The source type the converter supports.
 Class<?> getTargetType()
          The target type the converter supports.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatFromBooleanConverter

public FloatFromBooleanConverter()
Method Detail

convert

public Float convert(Boolean source)
              throws ConversionException
Description copied from interface: IConverter
Convert the actual source object.

Specified by:
convert in interface IConverter<Boolean,Float>
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<Boolean,Float>
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<Boolean,Float>
Returns:
The target type the converter supports.

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.