public static enum MappingConfig.MappingConfigValue extends Enum<MappingConfig.MappingConfigValue> implements org.eclipse.ditto.services.utils.config.KnownConfigValue
MappingConfig.| Modifier and Type | Method and Description |
|---|---|
String |
getConfigPath() |
Object |
getDefaultValue() |
static MappingConfig.MappingConfigValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingConfig.MappingConfigValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static MappingConfig.MappingConfigValue[] values()
for (MappingConfig.MappingConfigValue c : MappingConfig.MappingConfigValue.values()) System.out.println(c);
public static MappingConfig.MappingConfigValue 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 Object getDefaultValue()
getDefaultValue in interface org.eclipse.ditto.services.utils.config.KnownConfigValuepublic String getConfigPath()
getConfigPath in interface org.eclipse.ditto.services.utils.config.WithConfigPathCopyright © 2017–2019 Eclipse Foundation. All rights reserved.