Uses of Class
de.xima.fc.gui.statics.ECSVImportFormat
-
Packages that use ECSVImportFormat Package Description de.xima.fc.gui.statics -
-
Uses of ECSVImportFormat in de.xima.fc.gui.statics
Methods in de.xima.fc.gui.statics that return ECSVImportFormat Modifier and Type Method Description static ECSVImportFormat
ECSVImportFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static ECSVImportFormat[]
ECSVImportFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-