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