public abstract class AbstractValueParam extends java.lang.Object implements Param
Modifier and Type | Field and Description |
---|---|
protected Dictionary |
dictionary |
Modifier | Constructor and Description |
---|---|
protected |
AbstractValueParam(Dictionary dictionary) |
protected |
AbstractValueParam(Dictionary dictionary,
java.util.List<Param> params) |
Modifier and Type | Method and Description |
---|---|
void |
addParam(Param param) |
java.lang.Object |
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 parameters.
|
protected final Dictionary dictionary
protected AbstractValueParam(Dictionary dictionary)
protected AbstractValueParam(Dictionary dictionary, java.util.List<Param> params)
public java.lang.Object create() throws JWNLException
create
in interface Param
JWNLException