Enum Class ToThingDescriptionConfig.ConfigValue

java.lang.Object
java.lang.Enum<ToThingDescriptionConfig.ConfigValue>
org.eclipse.ditto.wot.integration.config.ToThingDescriptionConfig.ConfigValue
All Implemented Interfaces:
Serializable, Comparable<ToThingDescriptionConfig.ConfigValue>, Constable, org.eclipse.ditto.internal.utils.config.KnownConfigValue, org.eclipse.ditto.internal.utils.config.WithConfigPath
Enclosing interface:
ToThingDescriptionConfig

public static enum ToThingDescriptionConfig.ConfigValue extends Enum<ToThingDescriptionConfig.ConfigValue> implements org.eclipse.ditto.internal.utils.config.KnownConfigValue
An enumeration of the known config path expressions and their associated default values for ToThingDescriptionConfig.
  • Enum Constant Details

  • Method Details

    • values

      public static ToThingDescriptionConfig.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 ToThingDescriptionConfig.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