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