Uses of Enum
org.qubership.atp.tdm.model.ColumnType
Packages that use ColumnType
-
Uses of ColumnType in org.qubership.atp.tdm.model
Methods in org.qubership.atp.tdm.model that return ColumnTypeModifier and TypeMethodDescriptionstatic ColumnTypeReturns the enum constant of this type with the specified name.static ColumnType[]ColumnType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ColumnType in org.qubership.atp.tdm.model.table.column
Constructors in org.qubership.atp.tdm.model.table.column with parameters of type ColumnTypeModifierConstructorDescriptionTestDataTableColumn(TestDataTableColumnIdentity identity, ColumnType columnType, FilterType filterType) Constructor.TestDataTableColumn(TestDataTableColumnIdentity identity, ColumnType columnType, FilterType filterType, String columnLink, boolean bulkLink) Constructor.