public enum ConfigurationType extends Enum<ConfigurationType>
| Enum Constant and Description |
|---|
LICENSES |
PLATFORM_ENGINE |
PLATFORM_INIT_ENGINE |
PLATFORM_PORTAL |
TENANT_ENGINE |
TENANT_PORTAL |
TENANT_SECURITY_SCRIPTS |
TENANT_TEMPLATE_ENGINE |
TENANT_TEMPLATE_PORTAL |
TENANT_TEMPLATE_SECURITY_SCRIPTS |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationType LICENSES
public static final ConfigurationType PLATFORM_PORTAL
public static final ConfigurationType PLATFORM_INIT_ENGINE
public static final ConfigurationType PLATFORM_ENGINE
public static final ConfigurationType TENANT_PORTAL
public static final ConfigurationType TENANT_ENGINE
public static final ConfigurationType TENANT_TEMPLATE_ENGINE
public static final ConfigurationType TENANT_SECURITY_SCRIPTS
public static final ConfigurationType TENANT_TEMPLATE_SECURITY_SCRIPTS
public static final ConfigurationType TENANT_TEMPLATE_PORTAL
public static ConfigurationType[] values()
for (ConfigurationType c : ConfigurationType.values()) System.out.println(c);
public static ConfigurationType 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 © 2017 Bonitasoft. All rights reserved.