|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.linuxsampler.lscp.ParameterFactory
public class ParameterFactory
This class represents a factory for creating Parameter
instances.
Method Summary | |
---|---|
static Parameter<java.lang.Boolean> |
createParameter(java.lang.String name,
java.lang.Boolean value)
Creates a Parameter<Boolean>
instance with the specified name and value. |
static Parameter<java.lang.Boolean[]> |
createParameter(java.lang.String name,
java.lang.Boolean[] value)
Creates a Parameter<Boolean[]>
instance with the specified name and value. |
static Parameter<java.lang.Float> |
createParameter(java.lang.String name,
java.lang.Float value)
Creates a Parameter<Float>
instance with the specified name and value. |
static Parameter<java.lang.Float[]> |
createParameter(java.lang.String name,
java.lang.Float[] value)
Creates a Parameter<Float[]>
instance with the specified name and value. |
static Parameter<java.lang.Integer> |
createParameter(java.lang.String name,
java.lang.Integer value)
Creates a Parameter<Integer>
instance with the specified name and value. |
static Parameter<java.lang.Integer[]> |
createParameter(java.lang.String name,
java.lang.Integer[] value)
Creates a Parameter<Integer[]>
instance with the specified name and value. |
static Parameter<java.lang.String> |
createParameter(java.lang.String name,
java.lang.String value)
Creates a Parameter<String>
instance with the specified name and value. |
static Parameter<java.lang.String[]> |
createParameter(java.lang.String name,
java.lang.String[] value)
Creates a Parameter<String[]>
instance with the specified name and value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Parameter<java.lang.Boolean> createParameter(java.lang.String name, java.lang.Boolean value)
Parameter<Boolean>
instance with the specified name and value.
name
- The parameter name.value
- The parameter value.
Parameter<Boolean>
instance with the specified name and value.public static Parameter<java.lang.Boolean[]> createParameter(java.lang.String name, java.lang.Boolean[] value)
Parameter<Boolean[]>
instance with the specified name and value.
name
- The parameter name.value
- The parameter value.
Parameter<Boolean[]>
instance with the specified name and value.public static Parameter<java.lang.Float> createParameter(java.lang.String name, java.lang.Float value)
Parameter<Float>
instance with the specified name and value.
name
- The parameter name.value
- The parameter value.
Parameter<Float>
instance with the specified name and value.public static Parameter<java.lang.Float[]> createParameter(java.lang.String name, java.lang.Float[] value)
Parameter<Float[]>
instance with the specified name and value.
name
- The parameter name.value
- The parameter value.
Parameter<Float[]>
instance with the specified name and value.public static Parameter<java.lang.Integer> createParameter(java.lang.String name, java.lang.Integer value)
Parameter<Integer>
instance with the specified name and value.
name
- The parameter name.value
- The parameter value.
Parameter<Integer>
instance with the specified name and value.public static Parameter<java.lang.Integer[]> createParameter(java.lang.String name, java.lang.Integer[] value)
Parameter<Integer[]>
instance with the specified name and value.
name
- The parameter name.value
- The parameter value.
Parameter<Integer[]>
instance with the specified name and value.public static Parameter<java.lang.String> createParameter(java.lang.String name, java.lang.String value)
Parameter<String>
instance with the specified name and value.
name
- The parameter name.value
- The parameter value.
Parameter<String>
instance with the specified name and value.public static Parameter<java.lang.String[]> createParameter(java.lang.String name, java.lang.String[] value)
Parameter<String[]>
instance with the specified name and value.
name
- The parameter name.value
- The parameter value.
Parameter<String[]>
instance with the specified name and value.
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |