Package org.openrefine.importers.tree
Class ImportColumn
- java.lang.Object
-
- org.openrefine.importers.tree.ImportColumn
-
public class ImportColumn extends Object
A column is used to describe a branch-terminating element in a tree structure
-
-
Field Summary
Fields Modifier and Type Field Description booleanblankOnFirstRow???intcellIndexIndex of this column.StringnameintnextRowIndexIndex of next row to allocate.intnonBlankCountNumber of cells which have values in this column/column group.
-
Constructor Summary
Constructors Constructor Description ImportColumn()ImportColumn(String name)
-
-
-
Field Detail
-
cellIndex
public int cellIndex
Index of this column.
-
nextRowIndex
public int nextRowIndex
Index of next row to allocate.
-
blankOnFirstRow
public boolean blankOnFirstRow
??? - this field is never written to
-
name
public String name
-
nonBlankCount
public int nonBlankCount
Number of cells which have values in this column/column group.
-
-
Constructor Detail
-
ImportColumn
public ImportColumn()
-
ImportColumn
public ImportColumn(String name)
-
-