Uses of Class
org.scictrl.mp.orbitcorrect.DBElementDescriptor
Packages that use DBElementDescriptor
-
Uses of DBElementDescriptor in org.scictrl.mp.orbitcorrect
Fields in org.scictrl.mp.orbitcorrect declared as DBElementDescriptorModifier and TypeFieldDescriptionstatic final DBElementDescriptorDBElementDescriptor.ELDES_APERTUREConstantELDES_APERTUREstatic final DBElementDescriptorDBElementDescriptor.ELDES_BPMConstantELDES_BPMstatic final DBElementDescriptorDBElementDescriptor.ELDES_CAVITYConstantELDES_CAVITYstatic final DBElementDescriptorDBElementDescriptor.ELDES_DBINFOConstantELDES_DBINFOstatic final DBElementDescriptorDBElementDescriptor.ELDES_HOR_CORRECTORConstantELDES_HOR_CORRECTORstatic final DBElementDescriptorDBElementDescriptor.ELDES_KICKERConstantELDES_KICKERstatic final DBElementDescriptorDBElementDescriptor.ELDES_MARKERConstantELDES_MARKERstatic final DBElementDescriptorDBElementDescriptor.ELDES_POWER_SUPPLYConstantELDES_POWER_SUPPLYstatic final DBElementDescriptorDBElementDescriptor.ELDES_QUADRUPOLEConstantELDES_QUADRUPOLEstatic final DBElementDescriptorDBElementDescriptor.ELDES_RBENDINGConstantELDES_RBENDINGstatic final DBElementDescriptorDBElementDescriptor.ELDES_RF_GENERATORConstantELDES_RF_GENERATORstatic final DBElementDescriptorDBElementDescriptor.ELDES_SBENDINGConstantELDES_SBENDINGstatic final DBElementDescriptorDBElementDescriptor.ELDES_SEPTUMConstantELDES_SEPTUMstatic final DBElementDescriptorDBElementDescriptor.ELDES_SEXTUPOLEConstantELDES_SEXTUPOLEstatic final DBElementDescriptorDBElementDescriptor.ELDES_VER_CORRECTORConstantELDES_VER_CORRECTORMethods in org.scictrl.mp.orbitcorrect that return DBElementDescriptorModifier and TypeMethodDescriptionstatic DBElementDescriptorDBElementDescriptor.fromElementClassTag(String tag) This method returnsDBElementDescriptorfor element, whose tag is specified with parameter.static DBElementDescriptorDBElementDescriptor.fromInt(int code) This method returnsDBElementDescriptorfor element, whose code is specified with parameter. -
Uses of DBElementDescriptor in org.scictrl.mp.orbitcorrect.model.optics
Methods in org.scictrl.mp.orbitcorrect.model.optics that return DBElementDescriptorModifier and TypeMethodDescriptionabstract DBElementDescriptorAbstractDataBushElement.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.