Uses of Class
it.eng.spagobi.engines.console.exporter.types.utils.CSVDocument.Row

Packages that use CSVDocument.Row
it.eng.spagobi.engines.console.exporter.types.utils   
 

Uses of CSVDocument.Row in it.eng.spagobi.engines.console.exporter.types.utils
 

Methods in it.eng.spagobi.engines.console.exporter.types.utils that return types with arguments of type CSVDocument.Row
 java.util.Vector<CSVDocument.Row> CSVDocument.getRows()
           
 

Method parameters in it.eng.spagobi.engines.console.exporter.types.utils with type arguments of type CSVDocument.Row
 void CSVDocument.setRows(java.util.Vector<CSVDocument.Row> rows)