|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for SettableEnumValue:Public Member Functions | |
| void | set (String value) |
Public Member Functions inherited from EnumValue | |
| String | get () |
| EnumDefinition | enumDefinition () |
Public Member Functions inherited from Value< EnumValueChangedCallback > | |
| void | markInterested () |
| void | addValueObserver (ObserverType callback) |
Instances of this interface represent enumeration values. Enum values work similar to string values, but are limited to a fixed set of value options.
Definition at line 11 of file SettableEnumValue.java.
| void set | ( | String | value | ) |
Sets the value to the enumeration item with the given name.
| name | the name of the new enum item |