java.lang.Object
org.sentrysoftware.metricshub.engine.common.helpers.TableHeader

public class TableHeader extends Object
Represents the header of a table, including a title and the data type of the text it contains.
  • Constructor Details

    • TableHeader

      public TableHeader(String title, TextDataType type)
      Constructs a new TableHeader with the specified title and text data type.
      Parameters:
      title - The title of the table header.
      type - The data type of the text in the table header.
      Throws:
      IllegalArgumentException - if either title or type is null.