Package | Description |
---|---|
org.jlab.coda.emu.support.codaComponent | |
org.jlab.coda.emu.support.control |
Modifier and Type | Method and Description |
---|---|
static CODACommand |
CODACommand.get(java.lang.String s)
Map from type of incoming message from run control to a particular enum.
|
static CODACommand |
CODACommand.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CODACommand[] |
CODACommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.EnumSet<CODACommand> |
CODACommand.getGuiGroup(int group)
This method returns an EnumSet object of all the CODACommands which
are of the given gui group.
|
Modifier and Type | Method and Description |
---|---|
CODACommand |
Command.getCodaCommand()
Get the static command object representing the Run Control command.
|
Constructor and Description |
---|
Command(CODACommand codaCommand)
Constructor.
|