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