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.EntrySource
RemoteAddeEntry.Builder.entrySource
OptionalAddeEntry.EntrySource
of the entry.private AddeEntry.EntrySource
RemoteAddeEntry.entrySource
Where this entry came from.Methods in edu.wisc.ssec.mcidasv.servermanager that return AddeEntry.EntrySourceModifier and TypeMethodDescriptionstatic AddeEntry.EntrySource
AddeEntry.getEntrySource()
Source that specified this entry.LocalAddeEntry.getEntrySource()
RemoteAddeEntry.getEntrySource()
static AddeEntry.EntrySource
EntryTransforms.strToEntrySource
(String s) Attempts to convert aString
to anAddeEntry.EntrySource
.static AddeEntry.EntrySource
Returns 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 String
AddeEntry.EntrySource.toStr
(AddeEntry.EntrySource source)