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 aGAINenumeration.WireScanner.SmplConfig.getGain()Return the gain as aGAINenumeration.Methods in xal.smf.impl with parameters of type ProfileDevice.GAINModifier and TypeMethodDescriptionvoidWireHarp.DevConfig.setGain(ProfileDevice.GAIN gain) Set the gain as aGAINenumeration.voidWireScanner.SmplConfig.setGain(ProfileDevice.GAIN gain) Set the gain as aGAINenumeration. -
Uses of ProfileDevice.GAIN in xal.smf.impl.profile
Methods in xal.smf.impl.profile that return ProfileDevice.GAINModifier and TypeMethodDescriptionstatic ProfileDevice.GAINProfileDevice.GAIN.getGainFromValue(int intGain) Returns the gain enumeration constant for the given gain value.static ProfileDevice.GAINReturns 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.