public enum ECSVImportFormat extends Enum<ECSVImportFormat>
Enum of CSV import options| Modifier and Type | Method and Description | 
|---|---|
String | 
getDisplayName(Locale l)  | 
String | 
getIconStyleClass()  | 
static ECSVImportFormat | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ECSVImportFormat[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ECSVImportFormat CSV
public static final ECSVImportFormat EXCEL
public static ECSVImportFormat[] values()
for (ECSVImportFormat c : ECSVImportFormat.values()) System.out.println(c);
public static ECSVImportFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getIconStyleClass()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.