public static enum ConfigService.ConfigType extends Enum<ConfigService.ConfigType>
| Enum Constant and Description |
|---|
MODULE |
MODULE_DEFAULT |
SYSTEM |
USER |
| Modifier and Type | Method and Description |
|---|---|
static ConfigService.ConfigType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigService.ConfigType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigService.ConfigType SYSTEM
public static final ConfigService.ConfigType MODULE
public static final ConfigService.ConfigType MODULE_DEFAULT
public static final ConfigService.ConfigType USER
public static ConfigService.ConfigType[] values()
for (ConfigService.ConfigType c : ConfigService.ConfigType.values()) System.out.println(c);
public static ConfigService.ConfigType 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 © 2004–2020 Jahia Solutions Group SA. All rights reserved.