Class TableHeader
java.lang.Object
org.sentrysoftware.metricshub.engine.common.helpers.TableHeader
Represents the header of a table, including a title and the data type of the text it contains.
-
Constructor Summary
ConstructorsConstructorDescriptionTableHeader(String title, TextDataType type) Constructs a newTableHeaderwith the specified title and text data type. -
Method Summary
-
Constructor Details
-
TableHeader
Constructs a newTableHeaderwith 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 eithertitleortypeisnull.
-