Uses of Enum
org.qubership.atp.ram.clients.api.dto.catalogue.ActionEntityDto.EngineTypeEnum
Packages that use ActionEntityDto.EngineTypeEnum
-
Uses of ActionEntityDto.EngineTypeEnum in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return ActionEntityDto.EngineTypeEnumModifier and TypeMethodDescriptionActionEntityDto.getEngineType()Get engineTypeReturns the enum constant of this type with the specified name.static ActionEntityDto.EngineTypeEnum[]ActionEntityDto.EngineTypeEnum.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 ActionEntityDto.EngineTypeEnumModifier and TypeMethodDescriptionActionEntityDto.engineType(ActionEntityDto.EngineTypeEnum engineType) voidActionEntityDto.setEngineType(ActionEntityDto.EngineTypeEnum engineType)