|
jlscp v0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.linuxsampler.lscp.SamplerEngine
public class SamplerEngine
Provides information about a specific sampler engine.
| Constructor Summary | |
|---|---|
SamplerEngine()
Creates a new instance of SamplerEngine |
|
SamplerEngine(java.lang.String[] resultSet)
Creates a new instance of SamplerEngine and parses the information
about a sampler engine described by resultSet. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares this SamplerEngine instance to the specified object. |
java.lang.String |
getDescription()
Gets a description about this sampler engine. |
java.lang.String |
getName()
Gets the name of this sampler engine. |
java.lang.String |
getVersion()
Gets the version of this sampler engine. |
boolean |
parse(java.lang.String s)
Parses a line of text. |
void |
setName(java.lang.String name)
Sets the name of this sampler engine. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SamplerEngine()
SamplerEngine
public SamplerEngine(java.lang.String[] resultSet)
SamplerEngine and parses the information
about a sampler engine described by resultSet.
resultSet - An array of information categories about a sampler engine.| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - A String instance containing the new name for
this sampler engine.public java.lang.String getDescription()
public java.lang.String getVersion()
public boolean parse(java.lang.String s)
parse in interface Parseables - The string to be parsed.
true if the line has been processed, false otherwise.public boolean equals(java.lang.Object obj)
SamplerEngine instance to the specified object.
The result is true if obj is reference to
this, or if obj is a SamplerEngine instance
and has non-null name equal to the name of this engine.
equals in class java.lang.Objecttrue if obj is reference to
this, or if obj is a SamplerEngine instance
and has non-null name equal to the name of this engine;
false otherwise.getName()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 | |||||||||