public static enum LocalAddeEntry.AddeFormat extends java.lang.Enum<LocalAddeEntry.AddeFormat>
friendlyName
).tooltip
).type
).fileFilter
.None of AddeFormat
's fields should contain null
.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
fileFilter
Filename pattern used when listing files in a directory.
|
private java.lang.String |
friendlyName
"Human readable" format name.
|
private LocalAddeEntry.ServerName |
servName
Name of the McIDAS-X server.
|
private java.lang.String |
tooltip
Description of the format.
|
private AddeEntry.EntryType |
type
Data type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileFilter()
Gets the string used to filter out files that match this format.
|
LocalAddeEntry.ServerName |
getServerName()
Gets the McIDAS-X
LocalAddeEntry.ServerName for this format. |
java.lang.String |
getTooltip()
Gets the tooltip text to use in the server manager GUI for this
format.
|
AddeEntry.EntryType |
getType()
Gets the type of data used by this format.
|
java.lang.String |
toString()
Gets the
String representation of this format. |
static LocalAddeEntry.AddeFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocalAddeEntry.AddeFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalAddeEntry.AddeFormat MCIDAS_AREA
public static final LocalAddeEntry.AddeFormat MCIDAS_MD
public static final LocalAddeEntry.AddeFormat AMSRE_L1B
public static final LocalAddeEntry.AddeFormat AMSRE_L2A
public static final LocalAddeEntry.AddeFormat AMSRE_RAIN_PRODUCT
public static final LocalAddeEntry.AddeFormat GINI
public static final LocalAddeEntry.AddeFormat GOES16_ABI
public static final LocalAddeEntry.AddeFormat HIMAWARI8
public static final LocalAddeEntry.AddeFormat INSAT3D_IMAGER
public static final LocalAddeEntry.AddeFormat INSAT3D_SOUNDER
public static final LocalAddeEntry.AddeFormat LRIT_GOES9
public static final LocalAddeEntry.AddeFormat LRIT_GOES10
public static final LocalAddeEntry.AddeFormat LRIT_GOES11
public static final LocalAddeEntry.AddeFormat LRIT_GOES12
public static final LocalAddeEntry.AddeFormat LRIT_MET5
public static final LocalAddeEntry.AddeFormat LRIT_MET7
public static final LocalAddeEntry.AddeFormat LRIT_MTSAT1R
public static final LocalAddeEntry.AddeFormat METEOSAT_OPENMTP
public static final LocalAddeEntry.AddeFormat METOP_AVHRR_L1B
public static final LocalAddeEntry.AddeFormat MODIS_L1B_MOD02
public static final LocalAddeEntry.AddeFormat MODIS_L2_MOD06
public static final LocalAddeEntry.AddeFormat MODIS_L2_MOD07
public static final LocalAddeEntry.AddeFormat MODIS_L2_MOD35
public static final LocalAddeEntry.AddeFormat MODIS_L2_MOD04
public static final LocalAddeEntry.AddeFormat MODIS_L2_MOD28
public static final LocalAddeEntry.AddeFormat MODIS_L2_MODR
public static final LocalAddeEntry.AddeFormat MSG_HRIT_FD
public static final LocalAddeEntry.AddeFormat MSG_HRIT_HRV
public static final LocalAddeEntry.AddeFormat MTSAT_HRIT
public static final LocalAddeEntry.AddeFormat NOAA_AVHRR_L1B
public static final LocalAddeEntry.AddeFormat SSMI
public static final LocalAddeEntry.AddeFormat TRMM
public static final LocalAddeEntry.AddeFormat INVALID
private final LocalAddeEntry.ServerName servName
private final java.lang.String friendlyName
toString()
.private final java.lang.String tooltip
private final AddeEntry.EntryType type
TYPE
in "RESOLV.SRV".private final java.lang.String fileFilter
servName
is LocalAddeEntry.ServerName.MSGT
then
"*PRO*" is used, otherwise "*".public static LocalAddeEntry.AddeFormat[] values()
for (LocalAddeEntry.AddeFormat c : LocalAddeEntry.AddeFormat.values()) System.out.println(c);
public static LocalAddeEntry.AddeFormat valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic LocalAddeEntry.ServerName getServerName()
LocalAddeEntry.ServerName
for this format.LocalAddeEntry.ServerName.INVALID
.public java.lang.String getTooltip()
null
, though
empty String
values are permitted.public AddeEntry.EntryType getType()
public java.lang.String getFileFilter()
String
, like "*PRO*"
or "*".public java.lang.String toString()
String
representation of this format.toString
in class java.lang.Enum<LocalAddeEntry.AddeFormat>
friendlyName
.