public static enum ExcelTemplateConstants.HeaderPrompt extends java.lang.Enum<ExcelTemplateConstants.HeaderPrompt>
| Enum Constant and Description |
|---|
HEADER_ATTR_DISPLAYED_NAME |
HEADER_REFERENCE_FORMAT |
HEADER_TYPE_CODE |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
static ExcelTemplateConstants.HeaderPrompt |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExcelTemplateConstants.HeaderPrompt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExcelTemplateConstants.HeaderPrompt HEADER_TYPE_CODE
public static final ExcelTemplateConstants.HeaderPrompt HEADER_ATTR_DISPLAYED_NAME
public static final ExcelTemplateConstants.HeaderPrompt HEADER_REFERENCE_FORMAT
public static ExcelTemplateConstants.HeaderPrompt[] values()
for (ExcelTemplateConstants.HeaderPrompt c : ExcelTemplateConstants.HeaderPrompt.values()) System.out.println(c);
public static ExcelTemplateConstants.HeaderPrompt 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.