A MidiDevice.Info object contains assorted data about a MidiDevice, including its name, the company who created it, and descriptive text.
A MidiDevice.Info object contains assorted data about a MidiDevice, including its name, the company who created it, and descriptive text.
(equals this obj)
Reports whether two objects are equal. Returns true if the objects are identical.
obj - the reference object with which to compare this object - java.lang.Object
returns: true if this object is the same as the
obj argument; false otherwise - boolean
Reports whether two objects are equal. Returns true if the objects are identical. obj - the reference object with which to compare this object - `java.lang.Object` returns: true if this object is the same as the obj argument; false otherwise - `boolean`
(get-description this)
Obtains the description of the device.
returns: a description of the device - java.lang.String
Obtains the description of the device. returns: a description of the device - `java.lang.String`
(get-name this)
Obtains the name of the device.
returns: a string containing the device's name - java.lang.String
Obtains the name of the device. returns: a string containing the device's name - `java.lang.String`
(get-vendor this)
Obtains the name of the company who supplies the device.
returns: device the vendor's name - java.lang.String
Obtains the name of the company who supplies the device. returns: device the vendor's name - `java.lang.String`
(get-version this)
Obtains the version of the device.
returns: textual version information for the device. - java.lang.String
Obtains the version of the device. returns: textual version information for the device. - `java.lang.String`
(hash-code this)
Finalizes the hashcode method.
returns: a hash code value for this object. - int
Finalizes the hashcode method. returns: a hash code value for this object. - `int`
(to-string this)
Provides a string representation of the device information.
returns: a description of the info object - java.lang.String
Provides a string representation of the device information. returns: a description of the info object - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close