@Deprecated protected static enum ConfiguratorBase.InstanceOpts extends Enum<ConfiguratorBase.InstanceOpts>
| Enum Constant and Description |
|---|
NAME
Deprecated.
|
TYPE
Deprecated.
|
ZOO_KEEPERS
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfiguratorBase.InstanceOpts |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ConfiguratorBase.InstanceOpts[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfiguratorBase.InstanceOpts TYPE
public static final ConfiguratorBase.InstanceOpts NAME
public static final ConfiguratorBase.InstanceOpts ZOO_KEEPERS
public static ConfiguratorBase.InstanceOpts[] values()
for (ConfiguratorBase.InstanceOpts c : ConfiguratorBase.InstanceOpts.values()) System.out.println(c);
public static ConfiguratorBase.InstanceOpts 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.