Uses of Enum Class
eu.ess.bled.devices.lattice.MultipoleMagnet.MagnetType
Packages that use MultipoleMagnet.MagnetType
Package
Description
eu.ess.bled.devices.lattice
contains the objects that are a part
of the accelerator lattice.-
Uses of MultipoleMagnet.MagnetType in eu.ess.bled.devices.lattice
Methods in eu.ess.bled.devices.lattice that return MultipoleMagnet.MagnetTypeModifier and TypeMethodDescriptionMultipoleMagnet.getMagnetType()
Quadrupole.getMagnetType()
static MultipoleMagnet.MagnetType
MultipoleMagnet.MagnetType.toEnum
(int val) Returns the type that corresponds to the given int value.static MultipoleMagnet.MagnetType
Returns the enum constant of this class with the specified name.static MultipoleMagnet.MagnetType[]
MultipoleMagnet.MagnetType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.ess.bled.devices.lattice with parameters of type MultipoleMagnet.MagnetTypeModifier and TypeMethodDescriptionvoid
MultipoleMagnet.setMagnetType
(MultipoleMagnet.MagnetType magnetType) void
Quadrupole.setMagnetType
(MultipoleMagnet.MagnetType magnetType) -
Uses of MultipoleMagnet.MagnetType in eu.ess.lt.parser
Methods in eu.ess.lt.parser with parameters of type MultipoleMagnet.MagnetTypeModifier and TypeMethodDescriptionComponentFactory.getMultipoleFieldMap
(String name, double length, MultipoleMagnet.MagnetType magnetType, int numberOfSteps, double magneticField, double aperture, double solenoidLength, int solenoidStepNumber, Integer previousSubsystem) Returns an existingMultipoleMagnet
identified by its name, or creates a new one.