Uses of Class
adams.scripting.command.flow.SendFlowControlCommand.Command
-
Packages that use SendFlowControlCommand.Command Package Description adams.scripting.command.flow -
-
Uses of SendFlowControlCommand.Command in adams.scripting.command.flow
Fields in adams.scripting.command.flow declared as SendFlowControlCommand.Command Modifier and Type Field Description protected SendFlowControlCommand.Command
SendFlowControlCommand. m_Command
the command.Methods in adams.scripting.command.flow that return SendFlowControlCommand.Command Modifier and Type Method Description SendFlowControlCommand.Command
SendFlowControlCommand. getCommand()
Returns the command to send.static SendFlowControlCommand.Command
SendFlowControlCommand.Command. valueOf(String name)
Returns the enum constant of this type with the specified name.static SendFlowControlCommand.Command[]
SendFlowControlCommand.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 SendFlowControlCommand.Command Modifier and Type Method Description void
SendFlowControlCommand. setCommand(SendFlowControlCommand.Command value)
Sets the command to send.
-