public static enum ExcelTemplateConstants.Header extends java.lang.Enum<ExcelTemplateConstants.Header>
| Enum Constant and Description |
|---|
DEFAULT_VALUE |
DISPLAY_NAME |
REFERENCE_PATTERN |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
static ExcelTemplateConstants.Header |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExcelTemplateConstants.Header[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExcelTemplateConstants.Header DISPLAY_NAME
public static final ExcelTemplateConstants.Header REFERENCE_PATTERN
public static final ExcelTemplateConstants.Header DEFAULT_VALUE
public static ExcelTemplateConstants.Header[] values()
for (ExcelTemplateConstants.Header c : ExcelTemplateConstants.Header.values()) System.out.println(c);
public static ExcelTemplateConstants.Header valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getIndex()
Copyright © 2018 SAP SE. All Rights Reserved.