Class CSVExportForm

  • All Implemented Interfaces:
    java.io.Serializable

    public class CSVExportForm
    extends TableExportForm
    A form to hold options for CSV and tab separated output.
    Author:
    Kim Rutherford
    See Also:
    Serialized Form
    • Constructor Detail

      • CSVExportForm

        public CSVExportForm()
    • Method Detail

      • getFormat

        public java.lang.String getFormat()
        Return the format field ("csv", "tab", ...)
        Returns:
        the format
      • getType

        public java.lang.String getType()
        Return the export type: "tab", etc.
        Overrides:
        getType in class TableExportForm
        Returns:
        the type
      • setFormat

        public void setFormat​(java.lang.String format)
        Set the format.
        Parameters:
        format - the new format