Uses of Interface
net.opengis.ows11.NoValuesType

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

Uses of NoValuesType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return NoValuesType
 NoValuesType Ows11Factory.createNoValuesType()
          Returns a new object of class 'No Values Type'.
 NoValuesType DocumentRoot.getNoValues()
          Returns the value of the 'No Values' containment reference.
 NoValuesType UnNamedDomainType.getNoValues()
          Returns the value of the 'No Values' containment reference.
 

Methods in net.opengis.ows11 with parameters of type NoValuesType
 void DocumentRoot.setNoValues(NoValuesType value)
          Sets the value of the 'No Values' containment reference.
 void UnNamedDomainType.setNoValues(NoValuesType value)
          Sets the value of the 'No Values' containment reference.
 

Uses of NoValuesType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement NoValuesType
 class NoValuesTypeImpl
          An implementation of the model object 'No Values Type'.
 

Fields in net.opengis.ows11.impl declared as NoValuesType
protected  NoValuesType UnNamedDomainTypeImpl.noValues
          The cached value of the 'No Values' containment reference.
 

Methods in net.opengis.ows11.impl that return NoValuesType
 NoValuesType Ows11FactoryImpl.createNoValuesType()
           
 NoValuesType UnNamedDomainTypeImpl.getNoValues()
           
 NoValuesType DocumentRootImpl.getNoValues()
           
 

Methods in net.opengis.ows11.impl with parameters of type NoValuesType
 org.eclipse.emf.common.notify.NotificationChain UnNamedDomainTypeImpl.basicSetNoValues(NoValuesType newNoValues, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetNoValues(NoValuesType newNoValues, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void UnNamedDomainTypeImpl.setNoValues(NoValuesType newNoValues)
           
 void DocumentRootImpl.setNoValues(NoValuesType newNoValues)
           
 

Uses of NoValuesType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type NoValuesType
 java.lang.Object Ows11Switch.caseNoValuesType(NoValuesType object)
          Returns the result of interpreting the object as an instance of 'No Values Type'.
 boolean Ows11Validator.validateNoValuesType(NoValuesType noValuesType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of NoValuesType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type NoValuesType
 boolean DocumentRootValidator.validateNoValues(NoValuesType value)
           
 boolean UnNamedDomainTypeValidator.validateNoValues(NoValuesType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.