public static enum ThreddsCatalogUtil.SERVICE extends java.lang.Enum<ThreddsCatalogUtil.SERVICE>
Enum Constant and Description |
---|
ADDE |
ALL |
Catalog |
Compound |
DODS |
File |
GridFTP |
HTTPServer |
LAS |
OPeNDAP |
OPeNDAP_G |
QueryCapability |
Resolver |
WCS |
WebForm |
WFS |
WMS |
WSDL |
Modifier and Type | Method and Description |
---|---|
static ThreddsCatalogUtil.SERVICE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreddsCatalogUtil.SERVICE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreddsCatalogUtil.SERVICE ALL
public static final ThreddsCatalogUtil.SERVICE ADDE
public static final ThreddsCatalogUtil.SERVICE DODS
public static final ThreddsCatalogUtil.SERVICE OPeNDAP
public static final ThreddsCatalogUtil.SERVICE OPeNDAP_G
public static final ThreddsCatalogUtil.SERVICE HTTPServer
public static final ThreddsCatalogUtil.SERVICE GridFTP
public static final ThreddsCatalogUtil.SERVICE File
public static final ThreddsCatalogUtil.SERVICE LAS
public static final ThreddsCatalogUtil.SERVICE WMS
public static final ThreddsCatalogUtil.SERVICE WFS
public static final ThreddsCatalogUtil.SERVICE WCS
public static final ThreddsCatalogUtil.SERVICE WSDL
public static final ThreddsCatalogUtil.SERVICE WebForm
public static final ThreddsCatalogUtil.SERVICE Catalog
public static final ThreddsCatalogUtil.SERVICE QueryCapability
public static final ThreddsCatalogUtil.SERVICE Resolver
public static final ThreddsCatalogUtil.SERVICE Compound
public static ThreddsCatalogUtil.SERVICE[] values()
for (ThreddsCatalogUtil.SERVICE c : ThreddsCatalogUtil.SERVICE.values()) System.out.println(c);
public static ThreddsCatalogUtil.SERVICE 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 null