Uses of Interface
net.opengis.ows11.OperationsMetadataType

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

Uses of OperationsMetadataType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return OperationsMetadataType
 OperationsMetadataType Ows11Factory.createOperationsMetadataType()
          Returns a new object of class 'Operations Metadata Type'.
 OperationsMetadataType CapabilitiesBaseType.getOperationsMetadata()
          Returns the value of the 'Operations Metadata' containment reference.
 OperationsMetadataType DocumentRoot.getOperationsMetadata()
          Returns the value of the 'Operations Metadata' containment reference.
 

Methods in net.opengis.ows11 with parameters of type OperationsMetadataType
 void CapabilitiesBaseType.setOperationsMetadata(OperationsMetadataType value)
          Sets the value of the 'Operations Metadata' containment reference.
 void DocumentRoot.setOperationsMetadata(OperationsMetadataType value)
          Sets the value of the 'Operations Metadata' containment reference.
 

Uses of OperationsMetadataType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement OperationsMetadataType
 class OperationsMetadataTypeImpl
          An implementation of the model object 'Operations Metadata Type'.
 

Fields in net.opengis.ows11.impl declared as OperationsMetadataType
protected  OperationsMetadataType CapabilitiesBaseTypeImpl.operationsMetadata
          The cached value of the 'Operations Metadata' containment reference.
 

Methods in net.opengis.ows11.impl that return OperationsMetadataType
 OperationsMetadataType Ows11FactoryImpl.createOperationsMetadataType()
           
 OperationsMetadataType DocumentRootImpl.getOperationsMetadata()
           
 OperationsMetadataType CapabilitiesBaseTypeImpl.getOperationsMetadata()
           
 

Methods in net.opengis.ows11.impl with parameters of type OperationsMetadataType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetOperationsMetadata(OperationsMetadataType newOperationsMetadata, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CapabilitiesBaseTypeImpl.basicSetOperationsMetadata(OperationsMetadataType newOperationsMetadata, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setOperationsMetadata(OperationsMetadataType newOperationsMetadata)
           
 void CapabilitiesBaseTypeImpl.setOperationsMetadata(OperationsMetadataType newOperationsMetadata)
           
 

Uses of OperationsMetadataType in net.opengis.ows11.util
 

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

Uses of OperationsMetadataType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type OperationsMetadataType
 boolean DocumentRootValidator.validateOperationsMetadata(OperationsMetadataType value)
           
 boolean CapabilitiesBaseTypeValidator.validateOperationsMetadata(OperationsMetadataType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.