Uses of Class
org.openforis.collect.relational.data.Row
-
Packages that use Row Package Description org.openforis.collect.relational.data org.openforis.collect.relational.data.internal -
-
Uses of Row in org.openforis.collect.relational.data
Methods in org.openforis.collect.relational.data that return Row Modifier and Type Method Description abstract RowDataExtractor. next()Methods in org.openforis.collect.relational.data that return types with arguments of type Row Modifier and Type Method Description List<Row>Dataset. getRows()Methods in org.openforis.collect.relational.data with parameters of type Row Modifier and Type Method Description voidDataset. addRow(Row row)Method parameters in org.openforis.collect.relational.data with type arguments of type Row Modifier and Type Method Description voidDataset. addRows(List<Row> rows) -
Uses of Row in org.openforis.collect.relational.data.internal
Methods in org.openforis.collect.relational.data.internal that return Row Modifier and Type Method Description protected RowCodeTableDataExtractor. createDefaultCodeRow()RowCodeTableDataExtractor. extractRow(CodeListItem source)RowCodeTableDataExtractor. next()RowDataTableDataExtractor. next()
-