Uses of Enum Class
org.qubership.atp.dataset.controllers.api.dto.testplans.AttributeTypeDto
Packages that use AttributeTypeDto
-
Uses of AttributeTypeDto in org.qubership.atp.dataset.controllers.api.dto.testplans
Methods in org.qubership.atp.dataset.controllers.api.dto.testplans that return AttributeTypeDtoModifier and TypeMethodDescriptionstatic AttributeTypeDto@NotNull @Valid AttributeTypeDtoAttributeDto.getType()Get typestatic AttributeTypeDtoReturns the enum constant of this class with the specified name.static AttributeTypeDto[]AttributeTypeDto.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.qubership.atp.dataset.controllers.api.dto.testplans with parameters of type AttributeTypeDtoModifier and TypeMethodDescriptionvoidAttributeDto.setType(AttributeTypeDto type) AttributeDto.type(AttributeTypeDto type)