Uses of Enum
org.qubership.atp.tdm.controllers.api.dto.testdata.TestDataTableDto.TypeEnum
Packages that use TestDataTableDto.TypeEnum
-
Uses of TestDataTableDto.TypeEnum in org.qubership.atp.tdm.controllers.api.dto.testdata
Methods in org.qubership.atp.tdm.controllers.api.dto.testdata that return TestDataTableDto.TypeEnumModifier and TypeMethodDescriptionstatic TestDataTableDto.TypeEnumTestDataTableDto.getType()Get typestatic TestDataTableDto.TypeEnumReturns the enum constant of this type with the specified name.static TestDataTableDto.TypeEnum[]TestDataTableDto.TypeEnum.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 TestDataTableDto.TypeEnumModifier and TypeMethodDescriptionvoidTestDataTableDto.setType(TestDataTableDto.TypeEnum type) TestDataTableDto.type(TestDataTableDto.TypeEnum type)