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

Packages that use CatalogGenConfig.Type
thredds.cataloggen.config   
 

Uses of CatalogGenConfig.Type in thredds.cataloggen.config
 

Fields in thredds.cataloggen.config declared as CatalogGenConfig.Type
static CatalogGenConfig.Type CatalogGenConfig.Type.AGGREGATION
           
static CatalogGenConfig.Type CatalogGenConfig.Type.CATALOG
           
 

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

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

Constructors in thredds.cataloggen.config with parameters of type CatalogGenConfig.Type
CatalogGenConfig(InvDataset parentDataset, CatalogGenConfig.Type type)
          Constructor