Interface SettableEnumValue

All Superinterfaces:
EnumValue, Subscribable, Supplier<String>, Value<EnumValueChangedCallback>

public interface SettableEnumValue extends EnumValue
Instances of this interface represent enumeration values. Enum values work similar to string values, but are limited to a fixed set of value options.
Since:
API version 1
  • Method Details

    • set

      void set(String value)
      Sets the value to the enumeration item with the given name.
      Parameters:
      value - the name of the new enum item
      Since:
      API version 1