Uses of Enum Class
edu.wisc.ssec.mcidasv.servermanager.AddePreferences.Selection
Packages that use AddePreferences.Selection
-
Uses of AddePreferences.Selection in edu.wisc.ssec.mcidasv.servermanager
Methods in edu.wisc.ssec.mcidasv.servermanager that return AddePreferences.SelectionModifier and TypeMethodDescriptionprivate AddePreferences.Selection
AddePreferences.getSpecifyServers()
Returns the value of theAddePreferences.PREF_LIST_SPECIFY
preference.static AddePreferences.Selection
Returns the enum constant of this class with the specified name.static AddePreferences.Selection[]
AddePreferences.Selection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type AddePreferences.SelectionModifier and TypeMethodDescriptionprivate void
AddePreferences.setSpecifyServers
(AddePreferences.Selection entrySelection) Sets the value of theAddePreferences.PREF_LIST_SPECIFY
preference tovalue
.