Uses of Enum
org.qubership.atp.ram.clients.api.dto.catalogue.AttributeTypeDto
Packages that use AttributeTypeDto
-
Uses of AttributeTypeDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return AttributeTypeDtoModifier and TypeMethodDescriptionstatic AttributeTypeDto@Valid AttributeTypeDtoComparedAttributeDto.getLeftAttributeType()Get leftAttributeType@Valid AttributeTypeDtoComparedAttributeDto.getRightAttributeType()Get rightAttributeTypestatic 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.ram.clients.api.dto.catalogue with parameters of type AttributeTypeDtoModifier and TypeMethodDescriptionComparedAttributeDto.leftAttributeType(AttributeTypeDto leftAttributeType) ComparedAttributeDto.rightAttributeType(AttributeTypeDto rightAttributeType) voidComparedAttributeDto.setLeftAttributeType(AttributeTypeDto leftAttributeType) voidComparedAttributeDto.setRightAttributeType(AttributeTypeDto rightAttributeType)