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.MagnetTypeMultipoleMagnet.MagnetType.toEnum(int val) Returns the type that corresponds to the given int value.static MultipoleMagnet.MagnetTypeReturns 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 TypeMethodDescriptionvoidMultipoleMagnet.setMagnetType(MultipoleMagnet.MagnetType magnetType) voidQuadrupole.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 existingMultipoleMagnetidentified by its name, or creates a new one.