thredds.cataloggen.config
Class DatasetFilter.Type

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

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

Type-safe enumeration of the types of DatasetFilter.

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

Field Summary
static DatasetFilter.Type REGULAR_EXPRESSION
           
 
Method Summary
static DatasetFilter.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

REGULAR_EXPRESSION

public static final DatasetFilter.Type REGULAR_EXPRESSION
Method Detail

getType

public static DatasetFilter.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