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  java.util.List<ThreddsMetadata.Contributor> ThreddsMetadata.contributors
           
protected  java.util.List<ThreddsMetadata.Contributor> InvDataset.contributors
           
 

Methods in thredds.catalog that return types with arguments of type ThreddsMetadata.Contributor
 java.util.List<ThreddsMetadata.Contributor> ThreddsMetadata.getContributors()
           
 java.util.List<ThreddsMetadata.Contributor> InvDatasetImplProxy.getContributors()
           
 java.util.List<ThreddsMetadata.Contributor> InvDataset.getContributors()
          get Contributor metadata
 java.util.List<ThreddsMetadata.Contributor> InvCatalogRef.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 ThreddsMetadata.setContributors(java.util.List<ThreddsMetadata.Contributor> contributors)
          Set list of contributors (type Contributor); may be empty, not null.
 void InvDatasetImplProxy.setContributors(java.util.List<ThreddsMetadata.Contributor> p0)
           
 void InvDatasetImpl.setContributors(java.util.List<ThreddsMetadata.Contributor> a)
           
 

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)