Uses of Enum
org.qubership.atp.ram.clients.api.dto.catalogue.EnrichedCompoundDto.TypeEnum
Packages that use EnrichedCompoundDto.TypeEnum
-
Uses of EnrichedCompoundDto.TypeEnum in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return EnrichedCompoundDto.TypeEnumModifier and TypeMethodDescriptionstatic EnrichedCompoundDto.TypeEnumEnrichedCompoundDto.getType()Get typestatic EnrichedCompoundDto.TypeEnumReturns the enum constant of this type with the specified name.static EnrichedCompoundDto.TypeEnum[]EnrichedCompoundDto.TypeEnum.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 EnrichedCompoundDto.TypeEnumModifier and TypeMethodDescriptionvoidEnrichedCompoundDto.setType(EnrichedCompoundDto.TypeEnum type) EnrichedCompoundDto.type(EnrichedCompoundDto.TypeEnum type)