public static enum Excelopts.FILETYPE extends java.lang.Enum<Excelopts.FILETYPE> implements CASActionOptions.EnumValue
| Enum Constant and Description |
|---|
EXCEL |
| Modifier and Type | Method and Description |
|---|---|
static Excelopts.FILETYPE |
getByValue(java.lang.String value) |
java.lang.String |
getValue() |
static Excelopts.FILETYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Excelopts.FILETYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Excelopts.FILETYPE EXCEL
public static Excelopts.FILETYPE[] values()
for (Excelopts.FILETYPE c : Excelopts.FILETYPE.values()) System.out.println(c);
public static Excelopts.FILETYPE 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 getValue()
getValue in interface CASActionOptions.EnumValuepublic static Excelopts.FILETYPE getByValue(java.lang.String value)