Package | Description |
---|---|
edu.wisc.ssec.mcidasv.servermanager |
Modifier and Type | Field and Description |
---|---|
private LocalAddeEntry.ServerName |
LocalAddeEntry.Builder.safeKind |
private LocalAddeEntry.ServerName |
LocalAddeEntry.AddeFormat.servName
Name of the server (should be four characters).
|
Modifier and Type | Method and Description |
---|---|
LocalAddeEntry.ServerName |
LocalAddeEntry.AddeFormat.getServerName() |
static LocalAddeEntry.ServerName |
LocalAddeEntry.ServerName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalAddeEntry.ServerName[] |
LocalAddeEntry.ServerName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LocalAddeEntry.AddeFormat(LocalAddeEntry.ServerName servName,
String friendlyName)
Builds an "ADDE Format" without a tooltip.
|
LocalAddeEntry.AddeFormat(LocalAddeEntry.ServerName servName,
String friendlyName,
String tooltip)
Builds an "ADDE Format" with a tooltip.
|
LocalAddeEntry.AddeFormat(LocalAddeEntry.ServerName servName,
String friendlyName,
String tooltip,
AddeEntry.EntryType type)
Builds an "ADDE format" and its associated metadata in
a typesafe way.
|