public enum ECSVDelimiterType extends Enum<ECSVDelimiterType> implements Serializable
Modifier and Type | Method and Description |
---|---|
String |
getI18nLabel() |
static ECSVDelimiterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECSVDelimiterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ECSVDelimiterType COMMA
public static final ECSVDelimiterType SEMICOLON
public static final ECSVDelimiterType OTHER
public static ECSVDelimiterType[] values()
for (ECSVDelimiterType c : ECSVDelimiterType.values()) System.out.println(c);
public static ECSVDelimiterType 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 getI18nLabel()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.