Uses of Class
org.scictrl.mp.orbitcorrect.DBElementDescriptor
-
Uses of DBElementDescriptor in org.scictrl.mp.orbitcorrect
Modifier and TypeFieldDescriptionstatic final DBElementDescriptor
DBElementDescriptor.ELDES_APERTURE
ConstantELDES_APERTURE
static final DBElementDescriptor
DBElementDescriptor.ELDES_BPM
ConstantELDES_BPM
static final DBElementDescriptor
DBElementDescriptor.ELDES_CAVITY
ConstantELDES_CAVITY
static final DBElementDescriptor
DBElementDescriptor.ELDES_DBINFO
ConstantELDES_DBINFO
static final DBElementDescriptor
DBElementDescriptor.ELDES_HOR_CORRECTOR
ConstantELDES_HOR_CORRECTOR
static final DBElementDescriptor
DBElementDescriptor.ELDES_KICKER
ConstantELDES_KICKER
static final DBElementDescriptor
DBElementDescriptor.ELDES_MARKER
ConstantELDES_MARKER
static final DBElementDescriptor
DBElementDescriptor.ELDES_POWER_SUPPLY
ConstantELDES_POWER_SUPPLY
static final DBElementDescriptor
DBElementDescriptor.ELDES_QUADRUPOLE
ConstantELDES_QUADRUPOLE
static final DBElementDescriptor
DBElementDescriptor.ELDES_RBENDING
ConstantELDES_RBENDING
static final DBElementDescriptor
DBElementDescriptor.ELDES_RF_GENERATOR
ConstantELDES_RF_GENERATOR
static final DBElementDescriptor
DBElementDescriptor.ELDES_SBENDING
ConstantELDES_SBENDING
static final DBElementDescriptor
DBElementDescriptor.ELDES_SEPTUM
ConstantELDES_SEPTUM
static final DBElementDescriptor
DBElementDescriptor.ELDES_SEXTUPOLE
ConstantELDES_SEXTUPOLE
static final DBElementDescriptor
DBElementDescriptor.ELDES_VER_CORRECTOR
ConstantELDES_VER_CORRECTOR
Modifier and TypeMethodDescriptionstatic DBElementDescriptor
DBElementDescriptor.fromElementClassTag
(String tag) This method returnsDBElementDescriptor
for element, whose tag is specified with parameter.static DBElementDescriptor
DBElementDescriptor.fromInt
(int code) This method returnsDBElementDescriptor
for element, whose code is specified with parameter. -
Uses of DBElementDescriptor in org.scictrl.mp.orbitcorrect.model.optics
Modifier and TypeMethodDescriptionabstract DBElementDescriptor
AbstractDataBushElement.descriptor()
Returns the descriptor object for this element.Aperture.descriptor()
Returns the descriptor object for this element.BPMonitor.descriptor()
Returns the descriptor object for this element.Cavity.descriptor()
Returns the descriptor object for this element.DataBushInfo.descriptor()
Returns the descriptor object for this element.HorCorrector.descriptor()
Returns the descriptor object for this element.Kicker.descriptor()
Returns the descriptor object for this element.Marker.descriptor()
Returns the descriptor object for this element.PowerSupply.descriptor()
Returns the descriptor object for this element.Quadrupole.descriptor()
Returns the descriptor object for this element.RBending.descriptor()
Returns the descriptor object for this element.RFGenerator.descriptor()
Returns the descriptor object for this element.SBending.descriptor()
Returns the descriptor object for this element.Septum.descriptor()
Returns the descriptor object for this element.Sextupole.descriptor()
Returns the descriptor object for this element.VerCorrector.descriptor()
Returns the descriptor object for this element.