Uses of Class
net.sourceforge.jparam.paramset.Param

Packages that use Param
net.sourceforge.jparam.paramset   
 

Uses of Param in net.sourceforge.jparam.paramset
 

Subclasses of Param in net.sourceforge.jparam.paramset
 class ioParam
          Represents a single input/output parameter in a ParamSet
 class iParam
          Represents a single input parameter in a ParamSet
 class oParam
          Represents a single output parameter in a ParamSet
 

Methods in net.sourceforge.jparam.paramset that return Param
 Param ParamSet.getParam(java.lang.String name)
          Returns the parameter with the given name, or null if no such parameter exists.
 

Methods in net.sourceforge.jparam.paramset with parameters of type Param
 void ParamSet.addParam(Param param)
          Adds the given parameter to the set.
 



Copyright © 2004 SourceForge. All Rights Reserved.