thredds.cataloggen.config
Class DatasetNamerType

java.lang.Object
  extended by thredds.cataloggen.config.DatasetNamerType

public final class DatasetNamerType
extends java.lang.Object

Type-safe enumeration of CatalogGen DatasetNamer types.

Version:
$Revision: 63 $
Author:
Ethan Davis (from John Caron's thredds.catalog.ServiceType)

Field Summary
static DatasetNamerType DODS_ATTRIBUTE
           
static DatasetNamerType REGULAR_EXPRESSION
           
 
Method Summary
static DatasetNamerType getType(java.lang.String name)
          Find the DatasetNamerType 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

REGULAR_EXPRESSION

public static final DatasetNamerType REGULAR_EXPRESSION

DODS_ATTRIBUTE

public static final DatasetNamerType DODS_ATTRIBUTE
Method Detail

getType

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

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

toString

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

Overrides:
toString in class java.lang.Object