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.Command
SendRatControlCommand. m_Command
the command.Methods in adams.scripting.command.flow that return SendRatControlCommand.Command Modifier and Type Method Description SendRatControlCommand.Command
SendRatControlCommand. getCommand()
Returns the command to send.static SendRatControlCommand.Command
SendRatControlCommand.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 void
SendRatControlCommand. setCommand(SendRatControlCommand.Command value)
Sets the command to send.
-