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