Uses of Class
thredds.cataloggen.config.DatasetFilter.Type

Packages that use DatasetFilter.Type
thredds.cataloggen.config   
 

Uses of DatasetFilter.Type in thredds.cataloggen.config
 

Fields in thredds.cataloggen.config declared as DatasetFilter.Type
static DatasetFilter.Type DatasetFilter.Type.REGULAR_EXPRESSION
           
 

Methods in thredds.cataloggen.config that return DatasetFilter.Type
 DatasetFilter.Type DatasetFilter.getType()
          Return the type of this DatasetFilter
static DatasetFilter.Type DatasetFilter.Type.getType(java.lang.String name)
          Find the Type that matches this name.
 

Methods in thredds.cataloggen.config with parameters of type DatasetFilter.Type
 void DatasetFilter.setType(DatasetFilter.Type type)
          Set the value of the type for this DatasetFilter
 

Constructors in thredds.cataloggen.config with parameters of type DatasetFilter.Type
DatasetFilter(DatasetSource parentDsSource, java.lang.String name, DatasetFilter.Type type, java.lang.String matchPattern)
          Constructor
DatasetFilter(DatasetSource parentDsSource, java.lang.String name, DatasetFilter.Type type, java.lang.String matchPattern, boolean applyToCollectionDatasets, boolean applyToAtomicDatasets, boolean rejectMatchingDatasets)