Uses of Class
org.openforis.commons.io.flat.Field
-
Packages that use Field Package Description org.openforis.commons.io.csv org.openforis.commons.io.excel org.openforis.commons.io.flat -
-
Uses of Field in org.openforis.commons.io.csv
Methods in org.openforis.commons.io.csv that return types with arguments of type Field Modifier and Type Method Description List<Field>CsvProcessor. getFields()List<Field>CsvReader. getFields()List<Field>CsvReaderDelegate. getFields()Methods in org.openforis.commons.io.csv with parameters of type Field Modifier and Type Method Description protected voidCsvProcessor. setFields(Field[] fields)Method parameters in org.openforis.commons.io.csv with type arguments of type Field Modifier and Type Method Description voidCsvProcessor. setFields(List<Field> fields) -
Uses of Field in org.openforis.commons.io.excel
Methods in org.openforis.commons.io.excel with parameters of type Field Modifier and Type Method Description protected voidExcelFlatValuesWriter. setValueIntoCell(org.apache.poi.ss.usermodel.Cell cell, Field field, Object value) -
Uses of Field in org.openforis.commons.io.flat
Methods in org.openforis.commons.io.flat that return types with arguments of type Field Modifier and Type Method Description List<Field>FlatDataStream. getFields()
-