Uses of Enum
org.qubership.atp.mia.model.impl.executable.CommandType
Packages that use CommandType
Package
Description
-
Uses of CommandType in org.qubership.atp.mia.exceptions.runtimeerrors
Constructors in org.qubership.atp.mia.exceptions.runtimeerrors with parameters of type CommandType -
Uses of CommandType in org.qubership.atp.mia.model.impl.executable
Methods in org.qubership.atp.mia.model.impl.executable that return CommandTypeModifier and TypeMethodDescriptionstatic CommandTypeReturns the enum constant of this type with the specified name.static CommandType[]CommandType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.mia.model.impl.executable with parameters of type CommandTypeModifier and TypeMethodDescriptionCommandType.getResponseType(CommandType commandType) Returns response type according command type.static booleanCommandType.isTestData(CommandType commandType) Checks whether commandType is TEST_DATA process.