|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalAddeEntry.ServerName | |
---|---|
edu.wisc.ssec.mcidasv.servermanager |
Uses of LocalAddeEntry.ServerName in edu.wisc.ssec.mcidasv.servermanager |
---|
Fields in edu.wisc.ssec.mcidasv.servermanager declared as LocalAddeEntry.ServerName | |
---|---|
private LocalAddeEntry.ServerName |
LocalAddeEntry.Builder.safeKind
Defaults to INVALID . |
private LocalAddeEntry.ServerName |
LocalAddeEntry.AddeFormat.servName
Name of the McIDAS-X server. |
Methods in edu.wisc.ssec.mcidasv.servermanager that return LocalAddeEntry.ServerName | |
---|---|
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. |
Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type LocalAddeEntry.ServerName | |
---|---|
static String |
EntryTransforms.serverNameToStr(LocalAddeEntry.ServerName serverName)
Converts a given LocalAddeEntry.ServerName to its String representation. |
Constructors in edu.wisc.ssec.mcidasv.servermanager with parameters of type LocalAddeEntry.ServerName | |
---|---|
LocalAddeEntry.AddeFormat(LocalAddeEntry.ServerName servName,
String friendlyName)
Builds an "imagery ADDE Format" without a tooltip. |
|
LocalAddeEntry.AddeFormat(LocalAddeEntry.ServerName servName,
String friendlyName,
String tooltip)
Builds an "imagery 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |