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.
  • Enum Constant Details

    • THING_SKELETON_CREATION_ENABLED

      public static final TmBasedCreationConfig.ConfigValue THING_SKELETON_CREATION_ENABLED
      Whether the TM based Thing skeleton creation should be enabled or not.
    • FEATURE_SKELETON_CREATION_ENABLED

      public static final TmBasedCreationConfig.ConfigValue FEATURE_SKELETON_CREATION_ENABLED
      Whether the TM based Feature skeleton creation should be enabled or not.
  • Method Details

    • values

      public static TmBasedCreationConfig.ConfigValue[] 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

      public static TmBasedCreationConfig.ConfigValue valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getDefaultValue

      public Object getDefaultValue()
      Specified by:
      getDefaultValue in interface org.eclipse.ditto.internal.utils.config.KnownConfigValue
    • getConfigPath

      public String getConfigPath()
      Specified by:
      getConfigPath in interface org.eclipse.ditto.internal.utils.config.WithConfigPath