Uses of Interface
net.opengis.ows11.MetadataType

Packages that use MetadataType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
 

Uses of MetadataType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return MetadataType
 MetadataType Ows11Factory.createMetadataType()
          Returns a new object of class 'Metadata Type'.
 MetadataType DocumentRoot.getMetadata()
          Returns the value of the 'Metadata' containment reference.
 MetadataType DocumentRoot.getOtherSource()
          Returns the value of the 'Other Source' containment reference.
 

Methods in net.opengis.ows11 with parameters of type MetadataType
 void DocumentRoot.setMetadata(MetadataType value)
          Sets the value of the 'Metadata' containment reference.
 void DocumentRoot.setOtherSource(MetadataType value)
          Sets the value of the 'Other Source' containment reference.
 

Uses of MetadataType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement MetadataType
 class MetadataTypeImpl
          An implementation of the model object 'Metadata Type'.
 

Methods in net.opengis.ows11.impl that return MetadataType
 MetadataType Ows11FactoryImpl.createMetadataType()
           
 MetadataType DocumentRootImpl.getMetadata()
           
 MetadataType DocumentRootImpl.getOtherSource()
           
 

Methods in net.opengis.ows11.impl with parameters of type MetadataType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetMetadata(MetadataType newMetadata, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetOtherSource(MetadataType newOtherSource, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setMetadata(MetadataType newMetadata)
           
 void DocumentRootImpl.setOtherSource(MetadataType newOtherSource)
           
 

Uses of MetadataType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type MetadataType
 java.lang.Object Ows11Switch.caseMetadataType(MetadataType object)
          Returns the result of interpreting the object as an instance of 'Metadata Type'.
 boolean Ows11Validator.validateMetadataType(MetadataType metadataType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of MetadataType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type MetadataType
 boolean DocumentRootValidator.validateMetadata(MetadataType value)
           
 boolean DocumentRootValidator.validateOtherSource(MetadataType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.