Uses of Enum Class
eu.ess.bled.devices.lattice.BeamlineElement.ApertureType
Packages that use BeamlineElement.ApertureType
Package
Description
eu.ess.bled.devices.lattice contains the objects that are a part
of the accelerator lattice.-
Uses of BeamlineElement.ApertureType in eu.ess.bled.devices.lattice
Methods in eu.ess.bled.devices.lattice that return BeamlineElement.ApertureTypeModifier and TypeMethodDescriptionBeamlineElement.getApertureType()Marker.getApertureType()static BeamlineElement.ApertureTypeBeamlineElement.ApertureType.toEnum(int val) Returns the type that corresponds the given int value.static BeamlineElement.ApertureTypeReturns the enum constant of this class with the specified name.static BeamlineElement.ApertureType[]BeamlineElement.ApertureType.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 BeamlineElement.ApertureTypeModifier and TypeMethodDescriptionvoidBeamlineElement.setApertureType(BeamlineElement.ApertureType apertureType) -
Uses of BeamlineElement.ApertureType in eu.ess.lt.parser
Methods in eu.ess.lt.parser with parameters of type BeamlineElement.ApertureTypeModifier and TypeMethodDescriptionComponentFactory.getAperture(String name, double dx, double dy, BeamlineElement.ApertureType apertureType, Integer previousSubsystem) Returns an existingApertureidentified by its name, or creates a new one.