@Deprecated protected static enum ConfiguratorBase.GeneralOpts extends Enum<ConfiguratorBase.GeneralOpts>
| Enum Constant and Description |
|---|
LOG_LEVEL
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfiguratorBase.GeneralOpts |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ConfiguratorBase.GeneralOpts[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfiguratorBase.GeneralOpts LOG_LEVEL
public static ConfiguratorBase.GeneralOpts[] values()
for (ConfiguratorBase.GeneralOpts c : ConfiguratorBase.GeneralOpts.values()) System.out.println(c);
public static ConfiguratorBase.GeneralOpts 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 © 2011–2019 The Apache Software Foundation. All rights reserved.