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