@Deprecated @Beta public static enum ConfigInheritance.InheritanceMode extends java.lang.Enum<ConfigInheritance.InheritanceMode>
| Enum Constant and Description |
|---|
DEEP_MERGE
Deprecated.
|
IF_NO_EXPLICIT_VALUE
Deprecated.
|
NONE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigInheritance.InheritanceMode |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ConfigInheritance.InheritanceMode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigInheritance.InheritanceMode NONE
public static final ConfigInheritance.InheritanceMode IF_NO_EXPLICIT_VALUE
public static final ConfigInheritance.InheritanceMode DEEP_MERGE
public static ConfigInheritance.InheritanceMode[] values()
for (ConfigInheritance.InheritanceMode c : ConfigInheritance.InheritanceMode.values()) System.out.println(c);
public static ConfigInheritance.InheritanceMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null