Uses of Class
thredds.catalog.CollectionType

Packages that use CollectionType
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
 

Uses of CollectionType in thredds.catalog
 

Fields in thredds.catalog declared as CollectionType
protected  CollectionType InvDataset.collectionType
           
static CollectionType CollectionType.FORECASTS
           
static CollectionType CollectionType.NONE
           
static CollectionType CollectionType.STATIONS
           
static CollectionType CollectionType.TIMESERIES
           
 

Methods in thredds.catalog that return CollectionType
static CollectionType CollectionType.findType(String name)
          Return the known CollectionType that matches the given name (ignoring case) or null if the name is unknown.
 CollectionType InvDatasetImplProxy.getCollectionType()
           
 CollectionType InvCatalogRef.getCollectionType()
           
 CollectionType InvDataset.getCollectionType()
          Get collectionType
static CollectionType CollectionType.getType(String name)
          Return a CollectionType that matches the given name by either matching a known type (ignoring case) or creating an unknown type.
 

Methods in thredds.catalog that return types with arguments of type CollectionType
static Collection<CollectionType> CollectionType.getAllTypes()
           
 

Methods in thredds.catalog with parameters of type CollectionType
 void InvDatasetImpl.setCollectionType(CollectionType collectionType)
          Set collectionType
 void InvDatasetImplProxy.setCollectionType(CollectionType p0)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.