Uses of Class
thredds.cataloggen.config.DatasetNamerType

Packages that use DatasetNamerType
thredds.cataloggen.config   
 

Uses of DatasetNamerType in thredds.cataloggen.config
 

Fields in thredds.cataloggen.config declared as DatasetNamerType
static DatasetNamerType DatasetNamerType.DODS_ATTRIBUTE
           
static DatasetNamerType DatasetNamerType.REGULAR_EXPRESSION
           
 

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

Methods in thredds.cataloggen.config with parameters of type DatasetNamerType
 void DatasetNamer.setType(DatasetNamerType type)
          Set the value of the type attribute
 

Constructors in thredds.cataloggen.config with parameters of type DatasetNamerType
DatasetNamer(InvDataset parentDs, java.lang.String name, boolean addLevel, DatasetNamerType type, java.lang.String matchPattern, java.lang.String substitutePattern, java.lang.String attribContainer, java.lang.String attribName)
          Constructor