Class CSVRow

  • All Implemented Interfaces:
    Serializable

    public class CSVRow
    extends Object
    implements Serializable
    The Class CSVRow.
    Author:
    Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Jan 29, 2019
    See Also:
    Serialized Form
    • Constructor Detail

      • CSVRow

        public CSVRow()
        Instantiates a new CSV row.
    • Method Detail

      • getListValues

        public List<String> getListValues()
        Gets the list values.
        Returns:
        the listValues
      • setListValues

        public void setListValues​(List<String> listValues)
        Parameters:
        listValues - the listValues to set
      • addValue

        public void addValue​(String value)
        Adds the value.
        Parameters:
        value - the value