|
Control Surface API
2.2.2
|

Public Member Functions | |
| void | set (String value) |
Public Member Functions inherited from EnumValue | |
| String | get () |
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 9 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 |