Uses of Enum Class
edu.wisc.ssec.mcidasv.servermanager.AddeEntry.EntrySource
Packages that use AddeEntry.EntrySource
-
Uses of AddeEntry.EntrySource in edu.wisc.ssec.mcidasv.servermanager
Fields in edu.wisc.ssec.mcidasv.servermanager declared as AddeEntry.EntrySourceModifier and TypeFieldDescriptionprivate AddeEntry.EntrySourceRemoteAddeEntry.Builder.entrySourceOptionalAddeEntry.EntrySourceof the entry.private AddeEntry.EntrySourceRemoteAddeEntry.entrySourceWhere this entry came from.Methods in edu.wisc.ssec.mcidasv.servermanager that return AddeEntry.EntrySourceModifier and TypeMethodDescriptionstatic AddeEntry.EntrySourceAddeEntry.getEntrySource()Source that specified this entry.LocalAddeEntry.getEntrySource()RemoteAddeEntry.getEntrySource()static AddeEntry.EntrySourceEntryTransforms.strToEntrySource(String s) Attempts to convert aStringto anAddeEntry.EntrySource.static AddeEntry.EntrySourceReturns the enum constant of this class with the specified name.static AddeEntry.EntrySource[]AddeEntry.EntrySource.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 AddeEntry.EntrySourceModifier and TypeMethodDescriptionEntryTransforms.convertAddeServerXml(Element root, AddeEntry.EntrySource source) EntryStore.extractResourceEntries(AddeEntry.EntrySource source, XmlResourceCollection xmlResources) Process all of the "IDV-style" XML resources for a given "source".RemoteAddeEntry.Builder.source(AddeEntry.EntrySource entrySource) Optional "parameter" for an ADDE entry.static StringAddeEntry.EntrySource.toStr(AddeEntry.EntrySource source)