public static enum ExcelTemplateConstants.UtilitySheet extends java.lang.Enum<ExcelTemplateConstants.UtilitySheet>
| Enum Constant and Description |
|---|
CLASSIFICATION_TYPE_SYSTEM |
HEADER_PROMPT |
PK |
TYPE_SYSTEM |
TYPE_TEMPLATE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSheetName() |
static boolean |
isUtilitySheet(java.util.Collection<ExcelTemplateConstants.UtilitySheet> utilitySheets,
java.lang.String sheetName) |
static ExcelTemplateConstants.UtilitySheet |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExcelTemplateConstants.UtilitySheet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExcelTemplateConstants.UtilitySheet CLASSIFICATION_TYPE_SYSTEM
public static final ExcelTemplateConstants.UtilitySheet HEADER_PROMPT
public static final ExcelTemplateConstants.UtilitySheet PK
public static final ExcelTemplateConstants.UtilitySheet TYPE_TEMPLATE
public static final ExcelTemplateConstants.UtilitySheet TYPE_SYSTEM
public static ExcelTemplateConstants.UtilitySheet[] values()
for (ExcelTemplateConstants.UtilitySheet c : ExcelTemplateConstants.UtilitySheet.values()) System.out.println(c);
public static ExcelTemplateConstants.UtilitySheet 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 java.lang.String getSheetName()
public static boolean isUtilitySheet(java.util.Collection<ExcelTemplateConstants.UtilitySheet> utilitySheets, java.lang.String sheetName)
Copyright © 2018 SAP SE. All Rights Reserved.