public enum ExcelFactoryType extends Enum<ExcelFactoryType>
ExcelBean,
ExcelColumnIndex| Enum Constant and Description |
|---|
COLUMN_INDEX_BASED_EXTRACTION |
COLUMN_NAME_BASED_EXTRACTION |
| Modifier and Type | Method and Description |
|---|---|
static ExcelFactoryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelFactoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExcelFactoryType COLUMN_INDEX_BASED_EXTRACTION
public static final ExcelFactoryType COLUMN_NAME_BASED_EXTRACTION
public static ExcelFactoryType[] values()
for (ExcelFactoryType c : ExcelFactoryType.values()) System.out.println(c);
public static ExcelFactoryType 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 © 2019 Gizbel Technologies Private Limited. All rights reserved.