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 javax.swing.JComboBox<LocalAddeEntry.AddeFormat> |
LocalEntryEditor.formatComboBox |
private static javax.swing.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(java.lang.String s)
Attempts to convert a
String into a member of LocalAddeEntry.AddeFormat . |
static LocalAddeEntry.AddeFormat |
LocalAddeEntry.AddeFormat.valueOf(java.lang.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 java.lang.String |
EntryTransforms.addeFormatToStr(LocalAddeEntry.AddeFormat format) |
static int |
LocalAddeEntry.generateHashCode(java.lang.String name,
java.lang.String group,
java.lang.String fileMask,
java.lang.String entryAlias,
boolean isTemporary,
LocalAddeEntry.AddeFormat format) |
Constructor and Description |
---|
Builder(java.lang.String name,
java.lang.String group,
java.lang.String mask,
LocalAddeEntry.AddeFormat format)
Creates a new
LocalAddeEntry "builder" with the
required fields for a LocalAddeEntry object. |