public static enum DefaultFeaturesManager.ConfigurationHandling extends Enum<DefaultFeaturesManager.ConfigurationHandling>
| Modifier and Type | Method and Description |
|---|---|
static DefaultFeaturesManager.ConfigurationHandling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultFeaturesManager.ConfigurationHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultFeaturesManager.ConfigurationHandling ORDERED
public static final DefaultFeaturesManager.ConfigurationHandling MERGE
public static final DefaultFeaturesManager.ConfigurationHandling STRICT
public static DefaultFeaturesManager.ConfigurationHandling[] values()
for (DefaultFeaturesManager.ConfigurationHandling c : DefaultFeaturesManager.ConfigurationHandling.values()) System.out.println(c);
public static DefaultFeaturesManager.ConfigurationHandling 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 © 2007–2022 The Apache Software Foundation. All rights reserved.