Serializable, Comparable<Settings.DetailsLevelEnum>public static enum Settings.DetailsLevelEnum extends Enum<Settings.DetailsLevelEnum>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Settings.DetailsLevelEnum.Adapter |
| Modifier and Type | Method | Description |
|---|---|---|
static Settings.DetailsLevelEnum |
fromValue(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static Settings.DetailsLevelEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Settings.DetailsLevelEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Settings.DetailsLevelEnum LOW
public static final Settings.DetailsLevelEnum MIDDLE
public static final Settings.DetailsLevelEnum HIGH
public static Settings.DetailsLevelEnum[] values()
for (Settings.DetailsLevelEnum c : Settings.DetailsLevelEnum.values()) System.out.println(c);
public static Settings.DetailsLevelEnum 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 nullpublic String getValue()
public String toString()
toString in class Enum<Settings.DetailsLevelEnum>public static Settings.DetailsLevelEnum fromValue(String text)
Copyright © 2025. All rights reserved.