Interface DecimalParameter.Builder

    • Method Detail

      • name

        DecimalParameter.Builder name​(String name)

        A display name for the decimal parameter.

        Parameters:
        name - A display name for the decimal parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        DecimalParameter.Builder values​(Collection<Double> values)

        The values for the decimal parameter.

        Parameters:
        values - The values for the decimal parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        DecimalParameter.Builder values​(Double... values)

        The values for the decimal parameter.

        Parameters:
        values - The values for the decimal parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.