Uses of Class
org.openrefine.importers.tree.ImportColumn
-
Packages that use ImportColumn Package Description org.openrefine.importers.tree -
-
Uses of ImportColumn in org.openrefine.importers.tree
Fields in org.openrefine.importers.tree with type parameters of type ImportColumn Modifier and Type Field Description Map<String,ImportColumn>
ImportColumnGroup. columns
Methods in org.openrefine.importers.tree that return ImportColumn Modifier and Type Method Description protected static ImportColumn
TreeImportUtilities. createColumn(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, ImportColumnGroup columnGroup, String localName)
protected static ImportColumn
TreeImportUtilities. getColumn(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, ImportColumnGroup columnGroup, String localName)
-