Uses of Class
org.gcube.application.geoportalcommon.config.CSVRow
-
Packages that use CSVRow Package Description org.gcube.application.geoportalcommon.config -
-
Uses of CSVRow in org.gcube.application.geoportalcommon.config
Methods in org.gcube.application.geoportalcommon.config that return CSVRow Modifier and Type Method Description CSVRowCSVFile. getHeaderRow()Gets the header row.Methods in org.gcube.application.geoportalcommon.config that return types with arguments of type CSVRow Modifier and Type Method Description List<CSVRow>CSVFile. getValueRows()Gets the value rows.Methods in org.gcube.application.geoportalcommon.config with parameters of type CSVRow Modifier and Type Method Description voidCSVFile. addValueRow(CSVRow row)Adds the value row.voidCSVFile. setHeaderRow(CSVRow headerRow)Sets the header row.Method parameters in org.gcube.application.geoportalcommon.config with type arguments of type CSVRow Modifier and Type Method Description voidCSVFile. setValueRows(List<CSVRow> valueRows)Sets the value rows.Constructors in org.gcube.application.geoportalcommon.config with parameters of type CSVRow Constructor Description CSVFile(String fileName, CSVRow headerRow, List<CSVRow> valueRows)Instantiates a new csv file.Constructor parameters in org.gcube.application.geoportalcommon.config with type arguments of type CSVRow Constructor Description CSVFile(String fileName, CSVRow headerRow, List<CSVRow> valueRows)Instantiates a new csv file.
-