Uses of Class
adams.scripting.command.flow.SendRatControlCommand.Command
-
Packages that use SendRatControlCommand.Command Package Description adams.scripting.command.flow -
-
Uses of SendRatControlCommand.Command in adams.scripting.command.flow
Fields in adams.scripting.command.flow declared as SendRatControlCommand.Command Modifier and Type Field Description protected SendRatControlCommand.CommandSendRatControlCommand. m_Commandthe command.Methods in adams.scripting.command.flow that return SendRatControlCommand.Command Modifier and Type Method Description SendRatControlCommand.CommandSendRatControlCommand. getCommand()Returns the command to send.static SendRatControlCommand.CommandSendRatControlCommand.Command. valueOf(String name)Returns the enum constant of this type with the specified name.static SendRatControlCommand.Command[]SendRatControlCommand.Command. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.scripting.command.flow with parameters of type SendRatControlCommand.Command Modifier and Type Method Description voidSendRatControlCommand. setCommand(SendRatControlCommand.Command value)Sets the command to send.
-