public static enum CsvExportServerAction.ParameterType extends Enum<CsvExportServerAction.ParameterType>
| Enum Constant and Description |
|---|
BOOLEAN_NO |
BOOLEAN_YES |
CHARSET |
COLUMN_NAMES |
COLUMN_SEPARATOR |
DATE_FORMAT |
DISTINCT_ON |
ESCAPE_STRINGS |
FIELDS |
LOCALE |
MONS |
ROW_SEPARATOR |
WHERE |
| Modifier and Type | Method and Description |
|---|---|
static CsvExportServerAction.ParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CsvExportServerAction.ParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CsvExportServerAction.ParameterType COLUMN_NAMES
public static final CsvExportServerAction.ParameterType FIELDS
public static final CsvExportServerAction.ParameterType WHERE
public static final CsvExportServerAction.ParameterType DISTINCT_ON
public static final CsvExportServerAction.ParameterType BOOLEAN_YES
public static final CsvExportServerAction.ParameterType BOOLEAN_NO
public static final CsvExportServerAction.ParameterType DATE_FORMAT
public static final CsvExportServerAction.ParameterType ROW_SEPARATOR
public static final CsvExportServerAction.ParameterType COLUMN_SEPARATOR
public static final CsvExportServerAction.ParameterType CHARSET
public static final CsvExportServerAction.ParameterType MONS
public static final CsvExportServerAction.ParameterType ESCAPE_STRINGS
public static final CsvExportServerAction.ParameterType LOCALE
public static CsvExportServerAction.ParameterType[] values()
for (CsvExportServerAction.ParameterType c : CsvExportServerAction.ParameterType.values()) System.out.println(c);
public static CsvExportServerAction.ParameterType 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 nullCopyright © 2012–2026 cismet GmbH. All rights reserved.