Enum Class TmBasedCreationConfig.ConfigValue
java.lang.Object
java.lang.Enum<TmBasedCreationConfig.ConfigValue>
org.eclipse.ditto.wot.integration.config.TmBasedCreationConfig.ConfigValue
- All Implemented Interfaces:
Serializable,Comparable<TmBasedCreationConfig.ConfigValue>,Constable,org.eclipse.ditto.internal.utils.config.KnownConfigValue,org.eclipse.ditto.internal.utils.config.WithConfigPath
- Enclosing interface:
- TmBasedCreationConfig
public static enum TmBasedCreationConfig.ConfigValue
extends Enum<TmBasedCreationConfig.ConfigValue>
implements org.eclipse.ditto.internal.utils.config.KnownConfigValue
An enumeration of the known config path expressions and their associated default values for
TmBasedCreationConfig.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionWhether the TM based Feature skeleton creation should be enabled or not.Whether the TM based Thing skeleton creation should be enabled or not. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TmBasedCreationConfig.ConfigValue[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
THING_SKELETON_CREATION_ENABLED
Whether the TM based Thing skeleton creation should be enabled or not. -
FEATURE_SKELETON_CREATION_ENABLED
Whether the TM based Feature skeleton creation should be enabled or not.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceorg.eclipse.ditto.internal.utils.config.KnownConfigValue
-
getConfigPath
- Specified by:
getConfigPathin interfaceorg.eclipse.ditto.internal.utils.config.WithConfigPath
-