public static class MidiDevice.Info extends Object
MidiDevice
's informationConstructor 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()
MidiDevice
MidiDevice
@NonNull public final String getVendor()
MidiDevice
MidiDevice
@NonNull public final String getDescription()
MidiDevice
MidiDevice
@NonNull public final String getVersion()
MidiDevice
MidiDevice