Class Parameters

    • Constructor Detail

      • Parameters

        public Parameters()
    • Method Detail

      • setParameter

        public void setParameter​(String name,
                                 Object value)
      • containsParameter

        public boolean containsParameter​(String name)
        Description copied from interface: IParameters
        Returns whether a parameter is set in this parameters.

        This is useful to differ a null value parameter from a non-existing parameter.

        Specified by:
        containsParameter in interface IParameters
        Parameters:
        name - the parameter name.
        Returns:
        true if the parameter is set, false otherwise.