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