javax.sound.midi
public static class MidiDevice.Info extends Object
Constructor Summary | |
---|---|
protected | Info(String name, String vendor, String description, String version)
Create an Info object for a MIDI device
|
Method Summary | |
---|---|
boolean | equals(Object obj)
This equals method only returns true if this object
is the same as obj.
|
String | getDescription()
Get the device description
|
String | getName()
Get the device name.
|
String | getVendor()
Get the device vendor.
|
String | getVersion()
get the device version
|
int | hashCode()
A hash code for this object.
|
String | toString()
Simple return the name of the device.
|
Parameters: name the device name vendor the vendor name description the device description version the device version string
Parameters: obj the object we're comparing to
Returns: true if this is the same object
See Also: equals
Returns: the device description
Returns: the device name
Returns: the device vendor
Returns: the device version
Returns: the hash code for this object
See Also: hashCode
Returns: the device name
See Also: toString