Uses of Enum Class
xal.smf.impl.WireScanner.CMD
Packages that use WireScanner.CMD
-
Uses of WireScanner.CMD in xal.smf.impl
Methods in xal.smf.impl that return WireScanner.CMDModifier and TypeMethodDescriptionWireScanner.CMDARG.getCommand()
Returns the integer-value device command associated with the (CMD,ARG) pair.WireScanner.CmdPck.getCommand()
Returns the command constant of this command instance, that is, an element of the enumerationCMD
.static WireScanner.CMD
Returns the enum constant of this class with the specified name.static WireScanner.CMD[]
WireScanner.CMD.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in xal.smf.impl with parameters of type WireScanner.CMDModifier and TypeMethodDescriptionvoid
WireScanner.runCommand
(WireScanner.CMD cmd) Issue a wire scanner command with no arguments.Constructors in xal.smf.impl with parameters of type WireScanner.CMDModifierConstructorDescriptionCmdPck
(WireScanner.CMD cmd) Create a newCmd
object for the givenCMD
and no arguments.CmdPck
(WireScanner.CMD cmd, Number... args) Create a newCmd
object for the givenCMD
and given arguments.CmdPck
(WireScanner.CMD cmd, WireScanner.CMDARG arg, Number... addargs) Create a newCmd
object for the given
and the givenWireScanner.CMD
argment and any addition arguments addargs.WireScanner.CMDARG