Uses of Class
org.csveed.common.Column
Packages that use Column
Package
Description
The package responsible for converting Rows to Beans.
Contains common code for csveed.
The package responsible for converting a group of tokens into Header and Rows.
-
Uses of Column in org.csveed.bean
Methods in org.csveed.bean that return ColumnModifier and TypeMethodDescriptionprotected abstract Column
Gets the column.protected Column
protected Column
BeanInstructions.getStartIndexDynamicColumns()
The first column that counts as a dynamic column.BeanInstructionsImpl.getStartIndexDynamicColumns()
Methods in org.csveed.bean that return types with arguments of type ColumnModifier and TypeMethodDescriptionBeanProperties.columnIndexKeys()
Column index keys.BeanProperties.columnNameKeys()
Column name keys.AbstractMapper.keys()
Keys.ColumnIndexMapper.keys()
ColumnNameMapper.keys()
Methods in org.csveed.bean with parameters of type ColumnModifier and TypeMethodDescriptionprotected abstract void
Check key.protected void
protected void
From index.From name.abstract BeanProperty
AbstractMapper.getBeanProperty
(Column currentColumn) Gets the bean property.ColumnIndexMapper.getBeanProperty
(Column currentColumn) ColumnNameMapper.getBeanProperty
(Column column) boolean
DynamicColumn.isDynamicColumnActive
(Column currentColumn) Checks if is dynamic column active.Constructors in org.csveed.bean with parameters of type ColumnModifierConstructorDescriptionDynamicColumn
(Column configuredStartColumn) Instantiates a new dynamic column. -
Uses of Column in org.csveed.common
Subclasses of Column in org.csveed.commonMethods in org.csveed.common that return ColumnModifier and TypeMethodDescriptionColumn.nextColumn()
Next column.Column.nextLine()
Next line.Sets the header.Methods in org.csveed.common with parameters of type ColumnConstructors in org.csveed.common with parameters of type Column -
Uses of Column in org.csveed.row
Methods in org.csveed.row with parameters of type ColumnModifier and TypeMethodDescriptionprotected CellPositionInRow
LineWithInfo.getCellPosition
(Column column) Gets the cell position.Line.reportOnColumn
(Column column) Report on column.LineWithInfo.reportOnColumn
(Column column)