public static enum LXMappingEngine.Mode extends Enum<LXMappingEngine.Mode>
| Enum Constant and Description |
|---|
MIDI |
MODULATION_SOURCE |
MODULATION_TARGET |
OFF |
TRIGGER_SOURCE |
TRIGGER_TARGET |
| Modifier and Type | Method and Description |
|---|---|
static LXMappingEngine.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LXMappingEngine.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LXMappingEngine.Mode OFF
public static final LXMappingEngine.Mode MIDI
public static final LXMappingEngine.Mode MODULATION_SOURCE
public static final LXMappingEngine.Mode MODULATION_TARGET
public static final LXMappingEngine.Mode TRIGGER_SOURCE
public static final LXMappingEngine.Mode TRIGGER_TARGET
public static LXMappingEngine.Mode[] values()
for (LXMappingEngine.Mode c : LXMappingEngine.Mode.values()) System.out.println(c);
public static LXMappingEngine.Mode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullLX library by Mark C. Slee. © 2012-2020