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