Uses of Enum Class
org.qubership.atp.dataset.controllers.api.dto.datasets.AttributeTypeDto
Packages that use AttributeTypeDto
-
Uses of AttributeTypeDto in org.qubership.atp.dataset.controllers.api.dto.datasets
Methods in org.qubership.atp.dataset.controllers.api.dto.datasets that return AttributeTypeDtoModifier and TypeMethodDescriptionstatic AttributeTypeDto@Valid AttributeTypeDtoComparedAttributeDto.getLeftAttributeType()Get leftAttributeType@Valid AttributeTypeDtoComparedAttributeDto.getRightAttributeType()Get rightAttributeType@Valid AttributeTypeDtoAbstractParameterDto.getType()Get type@NotNull @Valid AttributeTypeDtoAttributeDto.getType()Get type@Valid AttributeTypeDtoDataSetGroupDto.getType()Get type@Valid AttributeTypeDtoUiManAttributeDto.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.datasets with parameters of type AttributeTypeDtoModifier and TypeMethodDescriptionComparedAttributeDto.leftAttributeType(AttributeTypeDto leftAttributeType) ComparedAttributeDto.rightAttributeType(AttributeTypeDto rightAttributeType) voidComparedAttributeDto.setLeftAttributeType(AttributeTypeDto leftAttributeType) voidComparedAttributeDto.setRightAttributeType(AttributeTypeDto rightAttributeType) voidAbstractParameterDto.setType(AttributeTypeDto type) voidAttributeDto.setType(AttributeTypeDto type) voidDataSetGroupDto.setType(AttributeTypeDto type) voidUiManAttributeDto.setType(AttributeTypeDto type) AbstractParameterDto.type(AttributeTypeDto type) AttributeDto.type(AttributeTypeDto type) DataSetGroupDto.type(AttributeTypeDto type) UiManAttributeDto.type(AttributeTypeDto type)