Uses of Enum
org.qubership.atp.dataset.clients.dto.AttributeTypeDto
Packages that use AttributeTypeDto
-
Uses of AttributeTypeDto in org.qubership.atp.dataset.clients.dto
Methods in org.qubership.atp.dataset.clients.dto that return AttributeTypeDtoModifier and TypeMethodDescriptionstatic AttributeTypeDto@Valid AttributeTypeDtoAbstractParameterDto.getType()Get type@NotNull @Valid AttributeTypeDtoAttributeDto.getType()Get type@Valid AttributeTypeDtoAttributeFlatDto.getType()Get type@Valid AttributeTypeDtoDataSetGroupDto.getType()Get type@Valid AttributeTypeDtoRefDataSetListAttributeDto.getType()Get type@Valid AttributeTypeDtoUiManAttributeDto.getType()Get typestatic AttributeTypeDtoReturns the enum constant of this type with the specified name.static AttributeTypeDto[]AttributeTypeDto.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.dataset.clients.dto with parameters of type AttributeTypeDtoModifier and TypeMethodDescriptionvoidAbstractParameterDto.setType(AttributeTypeDto type) voidAttributeDto.setType(AttributeTypeDto type) voidAttributeFlatDto.setType(AttributeTypeDto type) voidDataSetGroupDto.setType(AttributeTypeDto type) voidRefDataSetListAttributeDto.setType(AttributeTypeDto type) voidUiManAttributeDto.setType(AttributeTypeDto type) AbstractParameterDto.type(AttributeTypeDto type) AttributeDto.type(AttributeTypeDto type) AttributeFlatDto.type(AttributeTypeDto type) DataSetGroupDto.type(AttributeTypeDto type) RefDataSetListAttributeDto.type(AttributeTypeDto type) UiManAttributeDto.type(AttributeTypeDto type)