javax.sound.sampled

Class Control.Type

public static class Control.Type extends Object

This describes a single control.

Since: 1.3

Constructor Summary
protected Type(String name)
Create a new Type given its name.
Method Summary
booleanequals(Object o)
inthashCode()
StringtoString()
Return the name of this Type.

Constructor Detail

Type

protected Type(String name)
Create a new Type given its name.

Parameters: name the name of the type

Method Detail

equals

public final boolean equals(Object o)

hashCode

public final int hashCode()

toString

public final String toString()
Return the name of this Type.