Uses of Enum Class
ca.phon.app.csv.CSVColumnType
Packages that use CSVColumnType
-
Uses of CSVColumnType in ca.phon.app.csv
Subclasses with type arguments of type CSVColumnType in ca.phon.app.csvModifier and TypeClassDescriptionenumEnumeration of supported CSV column types for import/export operations.Methods in ca.phon.app.csv that return CSVColumnTypeModifier and TypeMethodDescriptionCSVColumn.getColumnType()Get the column type.static CSVColumnTypeReturns the enum constant of this class with the specified name.static CSVColumnType[]CSVColumnType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.app.csv with parameters of type CSVColumnTypeModifier and TypeMethodDescriptionvoidCSVExportSettings.addTier(CSVColumnType type, int columnIndex) CSVImportSettings.addTier(CSVColumnType type, int columnIndex) CSVImportSettings.findColumnForImport(CSVColumnType type) CSVImportSettings.getColumnByType(CSVColumnType csvColumnType) voidCSVImporterListener.parsingError(String fileName, int csvRecordIndex, int fieldIndex, int charPositionInField, CSVColumnType csvColumnType, Session session, int recordIndexInSession, Exception e) Called when a CSV file has ae parsing error.voidCSVColumn.setColumnType(CSVColumnType columnType) Set the column type.