Uses of Enum Class
edu.wisc.ssec.mcidasv.servermanager.LocalAddeEntry.AddeFormat
Packages that use LocalAddeEntry.AddeFormat
-
Uses of LocalAddeEntry.AddeFormat in edu.wisc.ssec.mcidasv.chooser.adde
Methods in edu.wisc.ssec.mcidasv.chooser.adde that return LocalAddeEntry.AddeFormatModifier and TypeMethodDescriptionAddeChooser.getFormatFromDescriptor
(String descriptor) Query theserver manager
to determine the "format" used by a given descriptor.Methods in edu.wisc.ssec.mcidasv.chooser.adde with parameters of type LocalAddeEntry.AddeFormatModifier and TypeMethodDescriptionboolean
AddeChooser.formatRequiresAbsolute
(LocalAddeEntry.AddeFormat format) Determine whether or not the specifiedformat
requires use of the absolute times tab. -
Uses of LocalAddeEntry.AddeFormat in edu.wisc.ssec.mcidasv.servermanager
Fields in edu.wisc.ssec.mcidasv.servermanager declared as LocalAddeEntry.AddeFormatModifier and TypeFieldDescriptionprivate final LocalAddeEntry.AddeFormat
LocalAddeEntry.Builder.format
Corresponds to RESOLV.SRV's "MCV" section.private final LocalAddeEntry.AddeFormat
LocalAddeEntry.format
MCVFields in edu.wisc.ssec.mcidasv.servermanager with type parameters of type LocalAddeEntry.AddeFormatModifier and TypeFieldDescriptionprivate JComboBox
<LocalAddeEntry.AddeFormat> LocalEntryEditor.formatComboBox
private static final DefaultComboBoxModel
<LocalAddeEntry.AddeFormat> LocalEntryEditor.formats
The valid local ADDE formats.Methods in edu.wisc.ssec.mcidasv.servermanager that return LocalAddeEntry.AddeFormatModifier and TypeMethodDescriptionLocalAddeEntry.getFormat()
Gets the ADDE dataset format for the current local ADDE entry.static LocalAddeEntry.AddeFormat
EntryTransforms.strToAddeFormat
(String s) Attempts to convert aString
into a member ofLocalAddeEntry.AddeFormat
.static LocalAddeEntry.AddeFormat
Returns the enum constant of this class with the specified name.static LocalAddeEntry.AddeFormat[]
LocalAddeEntry.AddeFormat.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.AddeFormatModifier and TypeMethodDescriptionstatic String
EntryTransforms.addeFormatToStr
(LocalAddeEntry.AddeFormat format) static int
LocalAddeEntry.generateHashCode
(String name, String group, String fileMask, String entryAlias, boolean isTemporary, LocalAddeEntry.AddeFormat format) Constructors in edu.wisc.ssec.mcidasv.servermanager with parameters of type LocalAddeEntry.AddeFormatModifierConstructorDescriptionBuilder
(String name, String group, String mask, LocalAddeEntry.AddeFormat format) Creates a newLocalAddeEntry
"builder" with the required fields for aLocalAddeEntry
object.