Package | Description |
---|---|
edu.wisc.ssec.mcidasv.servermanager |
Modifier and Type | Field and Description |
---|---|
private LocalAddeEntry.ServerName |
LocalAddeEntry.Builder.safeKind
Defaults to
INVALID . |
private LocalAddeEntry.ServerName |
LocalAddeEntry.AddeFormat.servName
Name of the McIDAS-X server.
|
Modifier and Type | Method and Description |
---|---|
LocalAddeEntry.ServerName |
LocalAddeEntry.AddeFormat.getServerName()
Gets the McIDAS-X
LocalAddeEntry.ServerName for this format. |
static LocalAddeEntry.ServerName |
EntryTransforms.strToServerName(String s)
Attempts to convert a
String to a LocalAddeEntry.ServerName . |
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.
|
Modifier and Type | Method and Description |
---|---|
static String |
EntryTransforms.serverNameToStr(LocalAddeEntry.ServerName serverName)
Converts a given
LocalAddeEntry.ServerName to its String representation. |
Constructor and Description |
---|
AddeFormat(LocalAddeEntry.ServerName servName,
String friendlyName)
Builds an "imagery ADDE Format" without a tooltip.
|
AddeFormat(LocalAddeEntry.ServerName servName,
String friendlyName,
String tooltip)
Builds an "imagery ADDE Format" with a tooltip.
|
AddeFormat(LocalAddeEntry.ServerName servName,
String friendlyName,
String tooltip,
AddeEntry.EntryType type)
Builds an "ADDE format" and its associated metadata in
a typesafe way.
|