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.ServerNameLocalAddeEntry.Builder.safeKindDefaults toINVALID.private final LocalAddeEntry.ServerNameLocalAddeEntry.AddeFormat.servNameName of the McIDAS-X server.Methods in edu.wisc.ssec.mcidasv.servermanager that return LocalAddeEntry.ServerNameModifier and TypeMethodDescriptionLocalAddeEntry.AddeFormat.getServerName()Gets the McIDAS-XLocalAddeEntry.ServerNamefor this format.static LocalAddeEntry.ServerNameEntryTransforms.strToServerName(String s) Attempts to convert aStringto aLocalAddeEntry.ServerName.static LocalAddeEntry.ServerNameReturns 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 StringEntryTransforms.serverNameToStr(LocalAddeEntry.ServerName serverName) Converts a givenLocalAddeEntry.ServerNameto itsStringrepresentation.Constructors in edu.wisc.ssec.mcidasv.servermanager with parameters of type LocalAddeEntry.ServerNameModifierConstructorDescriptionprivateAddeFormat(LocalAddeEntry.ServerName servName, String friendlyName) Builds an "imagery ADDE Format" without a tooltip.privateAddeFormat(LocalAddeEntry.ServerName servName, String friendlyName, String tooltip) Builds an "imagery ADDE Format" with a tooltip.privateAddeFormat(LocalAddeEntry.ServerName servName, String friendlyName, String tooltip, AddeEntry.EntryType type) Builds an "ADDE format" and its associated metadata in a typesafe way.