This project has retired. For details please refer to its Attic page.

Uses of Class
org.apache.wink.common.model.csv.CsvTable

Packages that use CsvTable
org.apache.wink.common.model.csv   
 

Uses of CsvTable in org.apache.wink.common.model.csv
 

Methods in org.apache.wink.common.model.csv that return CsvTable
 CsvTable MultiCsvTable.createCsvTable(String... header)
          Create a new CsvTable with the specified header, and add it to this multi-table csv
 

Methods in org.apache.wink.common.model.csv that return types with arguments of type CsvTable
 List<CsvTable> MultiCsvTable.getTables()
          Get the live list of tables contained in this multi-table csv
 

Methods in org.apache.wink.common.model.csv with parameters of type CsvTable
 void MultiCsvTable.addTable(CsvTable table)
          Add a table to this multi-table csv.
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.