Uses of Enum Class
eu.ess.bled.devices.lattice.ElectrostaticBend.BendType
Packages that use ElectrostaticBend.BendType
Package
Description
eu.ess.bled.devices.lattice contains the objects that are a part
of the accelerator lattice.-
Uses of ElectrostaticBend.BendType in eu.ess.bled.devices.lattice
Methods in eu.ess.bled.devices.lattice that return ElectrostaticBend.BendTypeModifier and TypeMethodDescriptionElectrostaticBend.getBendType()static ElectrostaticBend.BendTypeElectrostaticBend.BendType.toEnum(int val) Maps integer value to enum value.static ElectrostaticBend.BendTypeReturns the enum constant of this class with the specified name.static ElectrostaticBend.BendType[]ElectrostaticBend.BendType.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 ElectrostaticBend.BendTypeModifier and TypeMethodDescriptionvoidElectrostaticBend.setBendType(ElectrostaticBend.BendType bendType) -
Uses of ElectrostaticBend.BendType in eu.ess.lt.parser
Methods in eu.ess.lt.parser with parameters of type ElectrostaticBend.BendTypeModifier and TypeMethodDescriptionComponentFactory.getElectrostaticBend(String name, double bendAngle, double curvatureRadius, ElectrostaticBend.BendType bendType, double aperture, boolean horizVert, Integer previousSubsystem) Returns an existingElectrostaticBendidentified by its name, or creates a new one.