Package net.didion.jwnl.util.factory
Class AbstractValueParam
java.lang.Object
net.didion.jwnl.util.factory.AbstractValueParam
- All Implemented Interfaces:
Param
- Direct Known Subclasses:
NameValueParam
,ValueParam
-
Field Details
-
_paramMap
-
-
Constructor Details
-
AbstractValueParam
protected AbstractValueParam() -
AbstractValueParam
-
-
Method Details
-
addParam
-
create
If the value of this parameter is a class name, and that class is creatable, this method will create an instance of it using this Param's parameters.- Specified by:
create
in interfaceParam
- Throws:
JWNLException
-