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