Uses of Enum Class
xal.smf.impl.profile.ProfileDevice.GAIN
Packages that use ProfileDevice.GAIN
-
Uses of ProfileDevice.GAIN in xal.smf.impl
Methods in xal.smf.impl that return ProfileDevice.GAINModifier and TypeMethodDescriptionWireHarp.DevConfig.getGain()
Return the gain as aGAIN
enumeration.WireScanner.SmplConfig.getGain()
Return the gain as aGAIN
enumeration.Methods in xal.smf.impl with parameters of type ProfileDevice.GAINModifier and TypeMethodDescriptionvoid
WireHarp.DevConfig.setGain
(ProfileDevice.GAIN gain) Set the gain as aGAIN
enumeration.void
WireScanner.SmplConfig.setGain
(ProfileDevice.GAIN gain) Set the gain as aGAIN
enumeration. -
Uses of ProfileDevice.GAIN in xal.smf.impl.profile
Methods in xal.smf.impl.profile that return ProfileDevice.GAINModifier and TypeMethodDescriptionstatic ProfileDevice.GAIN
ProfileDevice.GAIN.getGainFromValue
(int intGain) Returns the gain enumeration constant for the given gain value.static ProfileDevice.GAIN
Returns the enum constant of this class with the specified name.static ProfileDevice.GAIN[]
ProfileDevice.GAIN.values()
Returns an array containing the constants of this enum class, in the order they are declared.