public static enum DeviceList.Columns extends Enum<DeviceList.Columns>
Enum Constant and Description |
---|
DEVICE
Device
|
MIDI_CHANNEL
Channel #
|
MIDI_DEVICE_ID
Device ID
|
MIDI_IN
MIDI In Port
|
MIDI_OUT
MIDI Out Port
|
SYNTH_NAME
Synth ID
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static DeviceList.Columns |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceList.Columns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceList.Columns SYNTH_NAME
public static final DeviceList.Columns DEVICE
public static final DeviceList.Columns MIDI_IN
public static final DeviceList.Columns MIDI_OUT
public static final DeviceList.Columns MIDI_CHANNEL
public static final DeviceList.Columns MIDI_DEVICE_ID
public static DeviceList.Columns[] values()
for (DeviceList.Columns c : DeviceList.Columns.values()) System.out.println(c);
public static DeviceList.Columns 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 nullpublic String getName()
Copyright © 2014. All Rights Reserved.