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.csvMethods in ca.phon.app.csv that return CSVColumnTypeModifier and TypeMethodDescriptionstatic CSVColumnType
Returns 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 TypeMethodDescriptionvoid
CSVExportSettings.addTier
(CSVColumnType type, int columnIndex) CSVImportSettings.addTier
(CSVColumnType type, int columnIndex) CSVImportSettings.findColumnForImport
(CSVColumnType type) CSVImportSettings.getColumnByType
(CSVColumnType csvColumnType) void
CSVImporterListener.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.