Interface SettableStringValue

All Superinterfaces:
StringValue, Subscribable, Supplier<String>, Value<StringValueChangedCallback>

public interface SettableStringValue extends StringValue
Instances of this interface implement the Value interface for string values.
Since:
API version 1
  • Method Details

    • set

      void set(String value)
      Sets the value object to the given string.
      Parameters:
      value - the new value string
      Since:
      API version 1