net.sf.flatpack.converter
Class ConvertDouble

java.lang.Object
  extended by net.sf.flatpack.converter.ConvertDouble
All Implemented Interfaces:
Converter

public class ConvertDouble
extends java.lang.Object
implements Converter

Returns a Double Non numeric chars are removed from the string before converting

 

Constructor Summary
ConvertDouble()
           
 
Method Summary
 java.lang.Object convertValue(java.lang.String valueToConvert)
          Returns the converted object from the column in IDataSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertDouble

public ConvertDouble()
Method Detail

convertValue

public java.lang.Object convertValue(java.lang.String valueToConvert)
Description copied from interface: Converter
Returns the converted object from the column in IDataSet

Specified by:
convertValue in interface Converter
Returns:
Object