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(java.lang.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
 java.util.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-2010 The Apache Software Foundation. All Rights Reserved.