Interface DecimalParameter.Builder

  • Method Details

    • 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

      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.