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