|
Bitwig Studio Control Surface API
4.0.1
|
Public Member Functions | |
| EnumDefinition | enumDefinition () |
| int | getValueIndex () |
| String | getId () |
| String | getDisplayName () |
| String | getLimitedDisplayName (int maxLength) |
Defines a single value from an enum.
Definition at line 9 of file EnumValueDefinition.java.
| EnumDefinition enumDefinition | ( | ) |
Gets the enum definition to which belongs this value.
| String getDisplayName | ( | ) |
This is a string that is suitable for display.
| String getId | ( | ) |
Identifier for this enum value. It will never change. This is the value to pass to SettableEnumValue#set(String).
| String getLimitedDisplayName | ( | int | maxLength | ) |
This is a shorter version of getDisplayName().
| maxLength | Maximum number of characters |
| int getValueIndex | ( | ) |
Index of this value in the enum definition.