public abstract class AbstractValueParam extends java.lang.Object implements Param
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map |
_paramMap |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractValueParam() |
protected |
AbstractValueParam(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's parameters.
|
protected AbstractValueParam()
protected AbstractValueParam(Param[] params)
public java.lang.Object create()
throws JWNLException
create in interface ParamJWNLException