Liking cljdoc? Tell your friends :D

javax.sound.midi.MidiDevice$Info

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.
raw docstring

equalsclj

(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`
raw docstring

get-descriptionclj

(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`
raw docstring

get-nameclj

(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`
raw docstring

get-vendorclj

(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`
raw docstring

get-versionclj

(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`
raw docstring

hash-codeclj

(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`
raw docstring

to-stringclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close