Serialisierte Form
-
Package io.github.astrapisixtynine.csv
-
Klasse io.github.astrapisixtynine.csv.CsvBean
class CsvBean extends Object implements Serializable- serialVersionUID:
- 1648936246997896598L
-
Serialisierte Felder
-
columnTypes
String[] columnTypes
The types of each column. -
columnTypesEdit
String[] columnTypesEdit
The editable types of each column. -
headers
String[] headers
The headers of the CSV. -
lineOrder
Map<Integer,
Integer> lineOrder The order of lines in the CSV. -
lines
List<String[]> lines
The lines of data in the CSV.
-
-