public static enum SelectFile.SELECT_TYPE extends java.lang.Enum<SelectFile.SELECT_TYPE>
Modifier and Type | Method and Description |
---|---|
static SelectFile.SELECT_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SelectFile.SELECT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectFile.SELECT_TYPE BY_ID
public static final SelectFile.SELECT_TYPE BY_NAME
public static SelectFile.SELECT_TYPE[] values()
for (SelectFile.SELECT_TYPE c : SelectFile.SELECT_TYPE.values()) System.out.println(c);
public static SelectFile.SELECT_TYPE 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 null