public static enum ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE extends java.lang.Enum<ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE>
Enum Constant and Description |
---|
GLOBAL |
SERVICE_INSTANCE |
Modifier and Type | Method and Description |
---|---|
static ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE GLOBAL
public static final ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE SERVICE_INSTANCE
public static ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE[] values()
for (ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE c : ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE.values()) System.out.println(c);
public static ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE 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