public static enum ResultSetView.ExportFormat extends Enum<ResultSetView.ExportFormat>
| Modifier and Type | Method and Description |
|---|---|
static ResultSetView.ExportFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultSetView.ExportFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultSetView.ExportFormat CSV
public static final ResultSetView.ExportFormat XLSX
public static ResultSetView.ExportFormat[] values()
for (ResultSetView.ExportFormat c : ResultSetView.ExportFormat.values()) System.out.println(c);
public static ResultSetView.ExportFormat 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 © 2016 SAPERION AG. All rights reserved.