Package | Description |
---|---|
org.jlab.coda.emu | |
org.jlab.coda.emu.support.codaComponent |
Modifier and Type | Method and Description |
---|---|
CODAClass |
Emu.getCodaClass()
Get the class of this CODA component (e.g.
|
CODAClass |
Emu.getCodaClassObject()
Get the CODAClass of this emu.
|
Modifier and Type | Method and Description |
---|---|
void |
Emu.setCodaClass(CODAClass codaClass)
Method to set the CODAClass member.
|
Modifier and Type | Method and Description |
---|---|
static CODAClass |
CODAClass.get(java.lang.String s)
Map from type of incoming message from CODA class name to a particular enum.
|
CODAClass |
CODAComponent.getCodaClass()
Get the class of this CODA component (e.g.
|
static CODAClass |
CODAClass.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CODAClass[] |
CODAClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|