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