Uses of Enum Class
org.qubership.atp.dataset.controllers.api.dto.datasetlists.lazy.AttributeTypeDto
Packages that use AttributeTypeDto
-
Uses of AttributeTypeDto in org.qubership.atp.dataset.controllers.api.dto.datasetlists.lazy
Methods in org.qubership.atp.dataset.controllers.api.dto.datasetlists.lazy that return AttributeTypeDtoModifier and TypeMethodDescriptionstatic AttributeTypeDto@Valid AttributeTypeDtoAttributeFlatDto.getType()Get type@Valid AttributeTypeDtoRefDataSetListAttributeDto.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.datasetlists.lazy with parameters of type AttributeTypeDtoModifier and TypeMethodDescriptionvoidAttributeFlatDto.setType(AttributeTypeDto type) voidRefDataSetListAttributeDto.setType(AttributeTypeDto type) AttributeFlatDto.type(AttributeTypeDto type) RefDataSetListAttributeDto.type(AttributeTypeDto type)