Control Surface API  2.2.2
SettableEnumValue Interface Reference
Inheritance diagram for SettableEnumValue:

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)
 

Detailed Description

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

Definition at line 9 of file SettableEnumValue.java.

Member Function Documentation

void set ( String  value)

Sets the value to the enumeration item with the given name.

Parameters
namethe name of the new enum item
Since
API version 1

The documentation for this interface was generated from the following file: