Interface TablePropertyDescription.Builder

  • Method Details

    • defaultValue

      TablePropertyDescription.Builder defaultValue(String defaultValue)

      The default value for the table.

      Parameters:
      defaultValue - The default value for the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      TablePropertyDescription.Builder description(String description)

      The description for the table.

      Parameters:
      description - The description for the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the table.

      Parameters:
      name - The name of the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • validValues

      The valid values for the table.

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

      TablePropertyDescription.Builder validValues(String... validValues)

      The valid values for the table.

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