public static enum BaseConfigurationEditor.ConfigurationScopes extends Enum<BaseConfigurationEditor.ConfigurationScopes>
Enum Constant and Description |
---|
PROCESS_CATALOG |
PROJECT |
SERVER |
STORAGE_CATALOG |
Modifier and Type | Method and Description |
---|---|
static BaseConfigurationEditor.ConfigurationScopes |
fromValue(String v) |
String |
value() |
static BaseConfigurationEditor.ConfigurationScopes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseConfigurationEditor.ConfigurationScopes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseConfigurationEditor.ConfigurationScopes SERVER
public static final BaseConfigurationEditor.ConfigurationScopes PROJECT
public static final BaseConfigurationEditor.ConfigurationScopes PROCESS_CATALOG
public static final BaseConfigurationEditor.ConfigurationScopes STORAGE_CATALOG
public static BaseConfigurationEditor.ConfigurationScopes[] values()
for (BaseConfigurationEditor.ConfigurationScopes c : BaseConfigurationEditor.ConfigurationScopes.values()) System.out.println(c);
public static BaseConfigurationEditor.ConfigurationScopes 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 nullpublic String value()
public static BaseConfigurationEditor.ConfigurationScopes fromValue(String v)
Copyright © 2022 Visiativ. All rights reserved.