Uses of Interface
net.didion.jwnl.util.factory.Param
-
Packages that use Param Package Description net.didion.jwnl.util.factory Classes involved in reflective creation of JWNL components. -
-
Uses of Param in net.didion.jwnl.util.factory
Classes in net.didion.jwnl.util.factory that implement Param Modifier and Type Class Description class
AbstractValueParam
class
NameValueParam
class
ParamList
class
ValueParam
Methods in net.didion.jwnl.util.factory with parameters of type Param Modifier and Type Method Description void
AbstractValueParam. addParam(Param param)
void
Element. addParam(Param param)
void
Param. addParam(Param param)
void
ParamList. addParam(Param param)
Constructors in net.didion.jwnl.util.factory with parameters of type Param Constructor Description AbstractValueParam(Param[] params)
Element(String className, Param[] params)
NameValueParam(String name, String value, Param[] params)
ParamList(String name, Param[] params)
ValueParam(String value, Param[] params)
-