Uses of Enum Class
edu.wisc.ssec.mcidasv.servermanager.LocalAddeEntry.ServerName
Packages that use LocalAddeEntry.ServerName
-
Uses of LocalAddeEntry.ServerName in edu.wisc.ssec.mcidasv.servermanager
Fields in edu.wisc.ssec.mcidasv.servermanager declared as LocalAddeEntry.ServerNameModifier and TypeFieldDescriptionprivate LocalAddeEntry.ServerName
LocalAddeEntry.Builder.safeKind
Defaults toINVALID
.private final LocalAddeEntry.ServerName
LocalAddeEntry.AddeFormat.servName
Name of the McIDAS-X server.Methods in edu.wisc.ssec.mcidasv.servermanager that return LocalAddeEntry.ServerNameModifier and TypeMethodDescriptionLocalAddeEntry.AddeFormat.getServerName()
Gets the McIDAS-XLocalAddeEntry.ServerName
for this format.static LocalAddeEntry.ServerName
EntryTransforms.strToServerName
(String s) Attempts to convert aString
to aLocalAddeEntry.ServerName
.static LocalAddeEntry.ServerName
Returns the enum constant of this class with the specified name.static LocalAddeEntry.ServerName[]
LocalAddeEntry.ServerName.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 LocalAddeEntry.ServerNameModifier and TypeMethodDescriptionstatic String
EntryTransforms.serverNameToStr
(LocalAddeEntry.ServerName serverName) Converts a givenLocalAddeEntry.ServerName
to itsString
representation.Constructors in edu.wisc.ssec.mcidasv.servermanager with parameters of type LocalAddeEntry.ServerNameModifierConstructorDescriptionprivate
AddeFormat
(LocalAddeEntry.ServerName servName, String friendlyName) Builds an "imagery ADDE Format" without a tooltip.private
AddeFormat
(LocalAddeEntry.ServerName servName, String friendlyName, String tooltip) Builds an "imagery ADDE Format" with a tooltip.private
AddeFormat
(LocalAddeEntry.ServerName servName, String friendlyName, String tooltip, AddeEntry.EntryType type) Builds an "ADDE format" and its associated metadata in a typesafe way.