opendap.crawler
Enum ThreddsCatalogUtil.SERVICE

java.lang.Object
  extended by java.lang.Enum<ThreddsCatalogUtil.SERVICE>
      extended by opendap.crawler.ThreddsCatalogUtil.SERVICE
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ThreddsCatalogUtil.SERVICE>
Enclosing class:
ThreddsCatalogUtil

public static enum ThreddsCatalogUtil.SERVICE
extends java.lang.Enum<ThreddsCatalogUtil.SERVICE>


Enum Constant Summary
ADDE
           
ALL
           
Catalog
           
Compound
           
DODS
           
File
           
GridFTP
           
HTTPServer
           
LAS
           
OPeNDAP
           
OPeNDAP_G
           
QueryCapability
           
Resolver
           
WCS
           
WebForm
           
WFS
           
WMS
           
WSDL
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ALL

public static final ThreddsCatalogUtil.SERVICE ALL

ADDE

public static final ThreddsCatalogUtil.SERVICE ADDE

DODS

public static final ThreddsCatalogUtil.SERVICE DODS

OPeNDAP

public static final ThreddsCatalogUtil.SERVICE OPeNDAP

OPeNDAP_G

public static final ThreddsCatalogUtil.SERVICE OPeNDAP_G

HTTPServer

public static final ThreddsCatalogUtil.SERVICE HTTPServer

GridFTP

public static final ThreddsCatalogUtil.SERVICE GridFTP

File

public static final ThreddsCatalogUtil.SERVICE File

LAS

public static final ThreddsCatalogUtil.SERVICE LAS

WMS

public static final ThreddsCatalogUtil.SERVICE WMS

WFS

public static final ThreddsCatalogUtil.SERVICE WFS

WCS

public static final ThreddsCatalogUtil.SERVICE WCS

WSDL

public static final ThreddsCatalogUtil.SERVICE WSDL

WebForm

public static final ThreddsCatalogUtil.SERVICE WebForm

Catalog

public static final ThreddsCatalogUtil.SERVICE Catalog

QueryCapability

public static final ThreddsCatalogUtil.SERVICE QueryCapability

Resolver

public static final ThreddsCatalogUtil.SERVICE Resolver

Compound

public static final ThreddsCatalogUtil.SERVICE Compound
Method Detail

values

public static ThreddsCatalogUtil.SERVICE[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ThreddsCatalogUtil.SERVICE c : ThreddsCatalogUtil.SERVICE.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ThreddsCatalogUtil.SERVICE valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null