thredds.cataloggen.config
Class CatalogGenConfig.Type

java.lang.Object
  extended by thredds.cataloggen.config.CatalogGenConfig.Type
Enclosing class:
CatalogGenConfig

public static class CatalogGenConfig.Type
extends java.lang.Object

Type-safe enumeration of the types of CatalogGenConfig.

Author:
Ethan Davis (from John Caron's thredds.catalog.ServiceType)

Field Summary
static CatalogGenConfig.Type AGGREGATION
           
static CatalogGenConfig.Type CATALOG
           
 
Method Summary
static CatalogGenConfig.Type getType(java.lang.String name)
          Find the Type that matches this name.
 java.lang.String toString()
          Return the string name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CATALOG

public static final CatalogGenConfig.Type CATALOG

AGGREGATION

public static final CatalogGenConfig.Type AGGREGATION
Method Detail

getType

public static CatalogGenConfig.Type getType(java.lang.String name)
Find the Type that matches this name.

Parameters:
name -
Returns:
Type or null if no match.

toString

public java.lang.String toString()
Return the string name.

Overrides:
toString in class java.lang.Object