net.didion.jwnl.util.factory
Class ParamList
java.lang.Object
net.didion.jwnl.util.factory.ParamList
- All Implemented Interfaces:
- Param
public class ParamList
- extends Object
- implements Param
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParamList
public ParamList(String name)
ParamList
public ParamList(String name,
Param[] params)
getName
public String getName()
- Specified by:
getName in interface Param
getValue
public String getValue()
- Specified by:
getValue in interface Param
addParam
public void addParam(Param param)
- Specified by:
addParam in interface Param
getParams
public List getParams()
create
public Object create()
throws JWNLException
- Specified by:
create in interface Param
- Throws:
JWNLException
Copyright © 2011. All Rights Reserved.