net.sf.flatpack.converter
Class ConvertBigDecimal

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

public class ConvertBigDecimal
extends java.lang.Object
implements Converter

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

 

Constructor Summary
ConvertBigDecimal()
           
 
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

ConvertBigDecimal

public ConvertBigDecimal()
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