Interface EnumValue

All Superinterfaces:
Subscribable, Supplier<String>, Value<EnumValueChangedCallback>
All Known Subinterfaces:
SettableEnumValue

public interface EnumValue extends Value<EnumValueChangedCallback>, Supplier<String>
  • Method Details

    • get

      String get()
      Gets the current value.
      Specified by:
      get in interface Supplier<String>
      Since:
      API version 2
    • enumDefinition

      EnumDefinition enumDefinition()
      Gets the enum definition.
      Since:
      API version 11