Uses of Class
de.dfki.mycbr.io.CSVImporter.CSVImportError

Packages that use CSVImporter.CSVImportError
de.dfki.mycbr.io Contains classes that handle import and export of relevant CBR application data. 
 

Uses of CSVImporter.CSVImportError in de.dfki.mycbr.io
 

Methods in de.dfki.mycbr.io that return CSVImporter.CSVImportError
 CSVImporter.CSVImportError CSVImporter.getError()
           
static CSVImporter.CSVImportError CSVImporter.CSVImportError.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CSVImporter.CSVImportError[] CSVImporter.CSVImportError.values()
          Returns an array containing the constants of this enum type, in the order they are declared.