Class AbstractValueParam

    • Constructor Detail

      • AbstractValueParam

        protected AbstractValueParam()
      • AbstractValueParam

        protected AbstractValueParam​(Param[] params)
    • Method Detail

      • addParam

        public void addParam​(Param param)
        Specified by:
        addParam in interface Param
      • create

        public Object create()
                      throws JWNLException
        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 interface Param
        Throws:
        JWNLException