public enum ExcelTypeEnum extends Enum<ExcelTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
static ExcelTypeEnum |
valueOf(ReadWorkbook readWorkbook) |
static ExcelTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExcelTypeEnum CSV
public static final ExcelTypeEnum XLS
public static final ExcelTypeEnum XLSX
public static ExcelTypeEnum[] values()
for (ExcelTypeEnum c : ExcelTypeEnum.values()) System.out.println(c);
public static ExcelTypeEnum 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 static ExcelTypeEnum valueOf(ReadWorkbook readWorkbook)
Copyright © 2018–2022 Alibaba Group. All rights reserved.