Class ImportColumn


  • public class ImportColumn
    extends Object
    A column is used to describe a branch-terminating element in a tree structure
    • 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
      • 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)