Uses of Enum
org.qubership.atp.tdm.controllers.api.dto.testdata.ColumnTypeDto
Packages that use ColumnTypeDto
-
Uses of ColumnTypeDto in org.qubership.atp.tdm.controllers.api.dto.testdata
Methods in org.qubership.atp.tdm.controllers.api.dto.testdata that return ColumnTypeDtoModifier and TypeMethodDescriptionstatic ColumnTypeDto@Valid ColumnTypeDtoTestDataTableColumnDto.getColumnType()Get columnTypestatic ColumnTypeDtoReturns the enum constant of this type with the specified name.static ColumnTypeDto[]ColumnTypeDto.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.tdm.controllers.api.dto.testdata with parameters of type ColumnTypeDtoModifier and TypeMethodDescriptionTestDataTableColumnDto.columnType(ColumnTypeDto columnType) voidTestDataTableColumnDto.setColumnType(ColumnTypeDto columnType)