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