Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.sound.midi.MidiDevice.Info
public static class MidiDevice.Info extends Object
A MidiDevice.Info
object contains assorted
data about a
, including its
name, the company who created it, and descriptive text.
MidiDevice
MidiDevice.getDeviceInfo()
Modifier | Constructor and Description |
---|---|
protected |
MidiDevice.Info(String name,
String vendor,
String description,
String version)
Constructs a device info object. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Reports whether two objects are equal. |
String |
getDescription()
Obtains the description of the device. |
String |
getName()
Obtains the name of the device. |
String |
getVendor()
Obtains the name of the company who supplies the device. |
String |
getVersion()
Obtains the version of the device. |
int |
hashCode()
Finalizes the hashcode method. |
String |
toString()
Provides a string representation of the device information. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected MidiDevice.Info(String name, String vendor, String description, String version)
name
- the name of the devicevendor
- the name of the company who provides the devicedescription
- a description of the deviceversion
- version information for the deviceMethod Detail |
---|
public final boolean equals(Object obj)
true
if the objects are identical.
equals
in class Object
obj
- the reference object with which to compare this
objecttrue
if this object is the same as the
obj
argument; false
otherwiseObject.hashCode()
,
HashMap
public final int hashCode()
hashCode
in class Object
Object.equals(java.lang.Object)
,
System.identityHashCode(java.lang.Object)
public final String getName()
public final String getVendor()
public final String getDescription()
public final String getVersion()
public final String toString()
toString
in class Object
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.