Interface SettableEnumValue
- All Superinterfaces:
EnumValue,Subscribable,Supplier<String>,Value<EnumValueChangedCallback>
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 Summary
Methods inherited from interface com.bitwig.extension.controller.api.EnumValue
enumDefinition, getMethods inherited from interface com.bitwig.extension.controller.api.Subscribable
isSubscribed, setIsSubscribed, subscribe, unsubscribeMethods inherited from interface com.bitwig.extension.controller.api.Value
addValueObserver, markInterested
-
Method Details
-
set
Sets the value to the enumeration item with the given name.- Parameters:
value- the name of the new enum item- Since:
- API version 1
-