net.sf.flatpack.converter
Class ConvertInteger

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

public class ConvertInteger
extends java.lang.Object
implements Converter

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

 

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

ConvertInteger

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