|
jlscp v0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.linuxsampler.lscp.MidiPort
public class MidiPort
This class is used to provide detailed information about a MIDI port.
| Constructor Summary | |
|---|---|
MidiPort()
|
|
| Method Summary | |
|---|---|
void |
addParameter(Parameter prm)
Adds additional parameter to this MIDI port. |
Parameter[] |
getAdditionalParameters()
Gets Parameter array with the additional parameters of this MIDI port. |
Parameter[] |
getAllParameters()
Gets a Parameter array providing all parameters
of this MIDI port (including NAME parameter). |
java.lang.String |
getName()
Gets the name of this MIDI port. |
Parameter<java.lang.String> |
getNameParameter()
Gets the NAME parameter. |
boolean |
hasAdditionalParameters()
Determines whether this MIDI port has additional parameters. |
void |
setNameParameter(Parameter<java.lang.String> name)
Sets the NAME parameter. |
java.lang.String |
toString()
Returns the name of this MIDI port. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MidiPort()
| Method Detail |
|---|
public java.lang.String getName()
public Parameter<java.lang.String> getNameParameter()
NAME parameter.
Parameter instance.public void setNameParameter(Parameter<java.lang.String> name)
NAME parameter.
name - A Parameter instance.public void addParameter(Parameter prm)
prm - The additional parameter to be added.public Parameter[] getAdditionalParameters()
Parameter array with the additional parameters of this MIDI port.
Parameter array with the additional parameters of this MIDI port.public boolean hasAdditionalParameters()
true if this MIDI port has additional parameters,
false otherwise.public Parameter[] getAllParameters()
Parameter array providing all parameters
of this MIDI port (including NAME parameter).
Parameter array providing all parameters
of this MIDI port.public java.lang.String toString()
toString in class java.lang.Object
|
jlscp v0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||