|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LocalAddeEntry.AddeFormat>
edu.wisc.ssec.mcidasv.servermanager.LocalAddeEntry.AddeFormat
public static enum LocalAddeEntry.AddeFormat
The various kinds of local ADDE data understood by McIDAS-V, along with some helpful metadata.
friendlyName
).tooltip
).type
).fileFilter
.None of AddeFormat
's fields should contain null
.
Field Summary | |
---|---|
private String |
fileFilter
Filename pattern used when listing files in a directory. |
private String |
friendlyName
"Human readable" format name. |
private LocalAddeEntry.ServerName |
servName
Name of the McIDAS-X server. |
private String |
tooltip
Description of the format. |
private AddeEntry.EntryType |
type
Data type. |
Method Summary | |
---|---|
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. |
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. |
String |
toString()
Gets the String representation of this format. |
static LocalAddeEntry.AddeFormat |
valueOf(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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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_RAIN_PRODUCT
public static final LocalAddeEntry.AddeFormat GINI
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
Field Detail |
---|
private final LocalAddeEntry.ServerName servName
private final String friendlyName
toString()
.
private final String tooltip
private final AddeEntry.EntryType type
TYPE
in "RESOLV.SRV".
private final String fileFilter
servName
is LocalAddeEntry.ServerName.MSGT
then
"*PRO*" is used, otherwise "*".
Method Detail |
---|
public static LocalAddeEntry.AddeFormat[] values()
for (LocalAddeEntry.AddeFormat c : LocalAddeEntry.AddeFormat.values()) System.out.println(c);
public static LocalAddeEntry.AddeFormat valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic LocalAddeEntry.ServerName getServerName()
LocalAddeEntry.ServerName
for this format.
LocalAddeEntry.ServerName.INVALID
.public String getTooltip()
null
, though
empty String
values are permitted.public AddeEntry.EntryType getType()
AddeEntry.EntryType
, or AddeEntry.EntryType.INVALID
.public String getFileFilter()
String
, like "*PRO*" or "*".public String toString()
String
representation of this format.
toString
in class Enum<LocalAddeEntry.AddeFormat>
friendlyName
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |