public abstract class AbstractValueParam extends Object implements Param
Modifier | Constructor and Description |
---|---|
protected |
AbstractValueParam() |
protected |
AbstractValueParam(Param[] params) |
Modifier and Type | Method and Description |
---|---|
void |
addParam(Param param) |
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 Object create() throws JWNLException
create
in interface Param
JWNLException
Copyright © 2016. All rights reserved.