public class ParamList extends Object implements Param
ParamList(String name)
ParamList(String name, Param[] params)
void
addParam(Param param)
Object
create()
String
getName()
List
getParams()
getValue()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ParamList(String name)
public ParamList(String name, Param[] params)
public String getName()
getName
Param
public String getValue()
getValue
public void addParam(Param param)
addParam
public List getParams()
public Object create() throws JWNLException
create
JWNLException