public static class MidiDevice.Info extends Object
MidiDevice's information| Constructor and Description |
|---|
Info(String name,
String vendor,
String description,
String version)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Get the description of
MidiDevice |
String |
getName()
Get the name of
MidiDevice |
String |
getVendor()
Get the vendor of
MidiDevice |
String |
getVersion()
Get the version of
MidiDevice |
int |
hashCode() |
String |
toString() |
@NonNull public final String getName()
MidiDeviceMidiDevice@NonNull public final String getVendor()
MidiDeviceMidiDevice@NonNull public final String getDescription()
MidiDeviceMidiDevice@NonNull public final String getVersion()
MidiDeviceMidiDevice