Interface DecimalDatasetParameterDefaultValues.Builder

    • Method Detail

      • staticValues

        DecimalDatasetParameterDefaultValues.Builder staticValues​(Collection<Double> staticValues)

        A list of static default values for a given decimal parameter.

        Parameters:
        staticValues - A list of static default values for a given decimal parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • staticValues

        DecimalDatasetParameterDefaultValues.Builder staticValues​(Double... staticValues)

        A list of static default values for a given decimal parameter.

        Parameters:
        staticValues - A list of static default values for a given decimal parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.