Package | Description |
---|---|
edu.wisc.ssec.mcidasv.servermanager |
Modifier and Type | Field and Description |
---|---|
private LocalAddeEntry.AddeFormat |
LocalAddeEntry.format
MCV
|
private LocalAddeEntry.AddeFormat |
LocalAddeEntry.Builder.format
Corresponds to RESOLV.SRV's "MCV" section.
|
Modifier and Type | Field and Description |
---|---|
private JComboBox<LocalAddeEntry.AddeFormat> |
LocalEntryShortcut.formatComboBox |
private JComboBox<LocalAddeEntry.AddeFormat> |
LocalEntryEditor.formatComboBox |
private static DefaultComboBoxModel<LocalAddeEntry.AddeFormat> |
LocalEntryShortcut.formats
The valid local ADDE formats.
|
private static DefaultComboBoxModel<LocalAddeEntry.AddeFormat> |
LocalEntryEditor.formats
The valid local ADDE formats.
|
Modifier and Type | Method and Description |
---|---|
LocalAddeEntry.AddeFormat |
LocalAddeEntry.getFormat()
Gets the ADDE dataset format for the current local ADDE entry.
|
static LocalAddeEntry.AddeFormat |
EntryTransforms.strToAddeFormat(String s)
Attempts to convert a
String into a member of LocalAddeEntry.AddeFormat . |
static LocalAddeEntry.AddeFormat |
LocalAddeEntry.AddeFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalAddeEntry.AddeFormat[] |
LocalAddeEntry.AddeFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
EntryTransforms.addeFormatToStr(LocalAddeEntry.AddeFormat format) |
static int |
LocalAddeEntry.generateHashCode(String name,
String group,
String fileMask,
String entryAlias,
boolean isTemporary,
LocalAddeEntry.AddeFormat format) |
Constructor and Description |
---|
Builder(String name,
String group,
String mask,
LocalAddeEntry.AddeFormat format)
Creates a new
LocalAddeEntry "builder" with the
required fields for a LocalAddeEntry object. |