Uses of Enum Class
org.sentrysoftware.metricshub.engine.common.helpers.TextDataType
Packages that use TextDataType
-
Uses of TextDataType in org.sentrysoftware.metricshub.engine.common.helpers
Methods in org.sentrysoftware.metricshub.engine.common.helpers that return TextDataTypeModifier and TypeMethodDescriptionstatic TextDataTypeReturns the enum constant of this class with the specified name.static TextDataType[]TextDataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.sentrysoftware.metricshub.engine.common.helpers with parameters of type TextDataTypeModifierConstructorDescriptionTableHeader(String title, TextDataType type) Constructs a newTableHeaderwith the specified title and text data type.