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