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