Uses of Interface
net.opengis.ows20.NoValuesType
Packages that use NoValuesType
Package
Description
-
Uses of NoValuesType in net.opengis.ows20
Methods in net.opengis.ows20 that return NoValuesTypeModifier and TypeMethodDescriptionOws20Factory.createNoValuesType()Returns a new object of class 'No Values Type'.DocumentRoot.getNoValues()Returns the value of the 'No Values' containment reference.UnNamedDomainType.getNoValues()Returns the value of the 'No Values' containment reference.Methods in net.opengis.ows20 with parameters of type NoValuesTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setNoValues(NoValuesType value) Sets the value of the 'No Values' containment reference.voidUnNamedDomainType.setNoValues(NoValuesType value) Sets the value of the 'No Values' containment reference. -
Uses of NoValuesType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement NoValuesTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'No Values Type'.Fields in net.opengis.ows20.impl declared as NoValuesTypeModifier and TypeFieldDescriptionprotected NoValuesTypeUnNamedDomainTypeImpl.noValuesThe cached value of the 'No Values' containment reference.Methods in net.opengis.ows20.impl that return NoValuesTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createNoValuesType()DocumentRootImpl.getNoValues()UnNamedDomainTypeImpl.getNoValues()Methods in net.opengis.ows20.impl with parameters of type NoValuesTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetNoValues(NoValuesType newNoValues, NotificationChain msgs) NotificationChainUnNamedDomainTypeImpl.basicSetNoValues(NoValuesType newNoValues, NotificationChain msgs) voidDocumentRootImpl.setNoValues(NoValuesType newNoValues) voidUnNamedDomainTypeImpl.setNoValues(NoValuesType newNoValues) -
Uses of NoValuesType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type NoValuesTypeModifier and TypeMethodDescriptionOws20Switch.caseNoValuesType(NoValuesType object) Returns the result of interpreting the object as an instance of 'No Values Type'.booleanOws20Validator.validateNoValuesType(NoValuesType noValuesType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of NoValuesType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type NoValuesTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateNoValues(NoValuesType value) booleanUnNamedDomainTypeValidator.validateNoValues(NoValuesType value)