The Meta-Environment API

Uses of Class
nl.cwi.sen1.visplugin.csvexport.Exporter.ExportSelection

Packages that use Exporter.ExportSelection
nl.cwi.sen1.visplugin.csvexport   
 

Uses of Exporter.ExportSelection in nl.cwi.sen1.visplugin.csvexport
 

Methods in nl.cwi.sen1.visplugin.csvexport that return Exporter.ExportSelection
static Exporter.ExportSelection Exporter.ExportSelection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Exporter.ExportSelection[] Exporter.ExportSelection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in nl.cwi.sen1.visplugin.csvexport with parameters of type Exporter.ExportSelection
static void Exporter.export(nl.cwi.sen1.relationstores.types.RTuple rTuple, CsvWriter csvWriter, Exporter.ExportSelection selection)
          Writes the content of a RTupe to a CSV writer
static void Exporter.exportToFile(nl.cwi.sen1.relationstores.types.RTuple rTuple, java.lang.String fileName, Exporter.ExportSelection selection)
          Writes the content of a RTuple to an CSV formatted file
private  java.lang.String ExporterTest.rTupleToCsv(nl.cwi.sen1.relationstores.types.RTuple rTuple, Exporter.ExportSelection selection)
          Converts a RTuple to CSV formatted text by calling: Exporter.export(rTuple, csvWriter)
 


The Meta-Environment API