jlscp
v0.8

Uses of Class
org.linuxsampler.lscp.ParameterType

Packages that use ParameterType
org.linuxsampler.lscp Provides classes for retrieving information and configuring LinuxSampler instance. 
 

Uses of ParameterType in org.linuxsampler.lscp
 

Methods in org.linuxsampler.lscp that return ParameterType
 ParameterType AbstractParameter.getType()
          Gets the type of this parameter.
 ParameterType Parameter.getType()
          Gets the type of this parameter.
protected static ParameterType Parser.parseType(java.lang.String[] resultSet)
          Gets the type of the parameter represented by the specified result set.
static ParameterType ParameterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParameterType[] ParameterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.linuxsampler.lscp with parameters of type ParameterType
 void AbstractParameter.setType(ParameterType type)
          Sets the type of this parameter.
 


jlscp
v0.8

Copyright © 2009 Grigor Iliev. All rights reserved.