|
Control Surface API
2.2.2
|

Public Member Functions | |
| void | set (String[] value) |
Public Member Functions inherited from StringArrayValue | |
| String[] | get () |
Public Member Functions inherited from ObjectArrayValue< String > | |
| ObjectType[] | get () |
| default ObjectType | get (int index) |
Definition at line 6 of file SettableStringArrayValue.java.
| void set | ( | String[] | value | ) |
Sets the internal value.
| value | the new value. |