Uses of Class
adams.data.conversion.AbstractSpreadSheetColumnConverter

Packages that use AbstractSpreadSheetColumnConverter
adams.data.conversion   
 

Uses of AbstractSpreadSheetColumnConverter in adams.data.conversion
 

Subclasses of AbstractSpreadSheetColumnConverter in adams.data.conversion
 class SpreadSheetAnyColumnToString
          Converts the specified spreadsheet column from any type to string.
 class SpreadSheetDoubleColumnToLong
          Converts the specified spreadsheet column from double to long.
Simply uses the Double's 'longValue()' method.
 class SpreadSheetDoubleColumnToString
          Converts the specified spreadsheet double column to string.
 class SpreadSheetStringColumnToDate
          Converts the specified spreadsheet column from string to date, according to the provided format.
For more information on the format, see Javadoc of 'java.text.SimpleDateFormat' class:
http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html

Valid options are:

 class SpreadSheetStringColumnToDouble
          Converts the specified spreadsheet column from string to double, according to the provided format.
For more information on the format, see Javadoc of 'java.text.DecimalFormat' class:
http://docs.oracle.com/javase/6/docs/api/java/text/DecimalFormat.html

Valid options are:

 class SpreadSheetStringColumnToLong
          Converts the specified spreadsheet column from string to long, according to the provided format.
For more information on the format, see Javadoc of 'java.text.DecimalFormat' class:
http://docs.oracle.com/javase/6/docs/api/java/text/DecimalFormat.html

Valid options are:

 class SpreadSheetStringColumnToTime
          Converts the specified spreadsheet column from string to time, according to the provided format.
For more information on the format, see Javadoc of 'java.text.SimpleTimeFormat' class:
http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html

Valid options are:

 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.