public static enum LXSnapshot.ViewType extends Enum<LXSnapshot.ViewType>
Enum Constant and Description |
---|
ACTIVE_PATTERN
The pattern which is active on a channel
|
CHANNEL_FADER
Channel fader state
|
PARAMETER
A parameter with a value
|
Modifier and Type | Method and Description |
---|---|
static LXSnapshot.ViewType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LXSnapshot.ViewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LXSnapshot.ViewType PARAMETER
public static final LXSnapshot.ViewType CHANNEL_FADER
public static final LXSnapshot.ViewType ACTIVE_PATTERN
public static LXSnapshot.ViewType[] values()
for (LXSnapshot.ViewType c : LXSnapshot.ViewType.values()) System.out.println(c);
public static LXSnapshot.ViewType 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