Uses of Class
thredds.catalog.ThreddsMetadata.Contributor

Packages that use ThreddsMetadata.Contributor
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.catalog.parser.jdom   
 

Uses of ThreddsMetadata.Contributor in thredds.catalog
 

Fields in thredds.catalog with type parameters of type ThreddsMetadata.Contributor
protected  List<ThreddsMetadata.Contributor> InvDataset.contributors
           
protected  List<ThreddsMetadata.Contributor> ThreddsMetadata.contributors
           
 

Methods in thredds.catalog that return types with arguments of type ThreddsMetadata.Contributor
 List<ThreddsMetadata.Contributor> InvDatasetImplProxy.getContributors()
           
 List<ThreddsMetadata.Contributor> InvCatalogRef.getContributors()
           
 List<ThreddsMetadata.Contributor> InvDataset.getContributors()
          get Contributor metadata
 List<ThreddsMetadata.Contributor> ThreddsMetadata.getContributors()
           
 

Methods in thredds.catalog with parameters of type ThreddsMetadata.Contributor
 void ThreddsMetadata.addContributor(ThreddsMetadata.Contributor c)
          Add a contributor
 

Method parameters in thredds.catalog with type arguments of type ThreddsMetadata.Contributor
 void InvDatasetImpl.setContributors(List<ThreddsMetadata.Contributor> a)
           
 void InvDatasetImplProxy.setContributors(List<ThreddsMetadata.Contributor> p0)
           
 void ThreddsMetadata.setContributors(List<ThreddsMetadata.Contributor> contributors)
          Set list of contributors (type Contributor); may be empty, not null.
 

Uses of ThreddsMetadata.Contributor in thredds.catalog.parser.jdom
 

Methods in thredds.catalog.parser.jdom that return ThreddsMetadata.Contributor
protected  ThreddsMetadata.Contributor InvCatalogFactory10.readContributor(org.jdom.Element elem)
           
 

Methods in thredds.catalog.parser.jdom with parameters of type ThreddsMetadata.Contributor
protected  org.jdom.Element InvCatalogFactory10.writeContributor(ThreddsMetadata.Contributor c)
           
 



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