public static enum ExportSheetDefinition.KeysSource extends Enum<ExportSheetDefinition.KeysSource>
| Enum Constant and Description |
|---|
DATA
Klucze odczytywane są z dostarczonych danych.
|
MAPPING
Klucze odczytywane są z ustawionych mappingów.
|
| Modifier and Type | Method and Description |
|---|---|
static ExportSheetDefinition.KeysSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportSheetDefinition.KeysSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportSheetDefinition.KeysSource DATA
public static final ExportSheetDefinition.KeysSource MAPPING
public static ExportSheetDefinition.KeysSource[] values()
for (ExportSheetDefinition.KeysSource c : ExportSheetDefinition.KeysSource.values()) System.out.println(c);
public static ExportSheetDefinition.KeysSource 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 © 2017 Suncode. All rights reserved.