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.SelectionAddePreferences.getSpecifyServers()Returns the value of theAddePreferences.PREF_LIST_SPECIFYpreference.static AddePreferences.SelectionReturns 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 voidAddePreferences.setSpecifyServers(AddePreferences.Selection entrySelection) Sets the value of theAddePreferences.PREF_LIST_SPECIFYpreference tovalue.