public static enum ConfigVersionResolver.Version extends Enum<ConfigVersionResolver.Version>
| Enum Constant and Description |
|---|
ROUTING_CONFIG_V1 |
ROUTING_CONFIG_V2 |
| Modifier and Type | Method and Description |
|---|---|
static ConfigVersionResolver.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigVersionResolver.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigVersionResolver.Version ROUTING_CONFIG_V1
public static final ConfigVersionResolver.Version ROUTING_CONFIG_V2
public static ConfigVersionResolver.Version[] values()
for (ConfigVersionResolver.Version c : ConfigVersionResolver.Version.values()) System.out.println(c);
public static ConfigVersionResolver.Version 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 © 2013–2020 Hotels.com. All rights reserved.