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 TypeMethodDescriptionvoid
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.ows20.impl
Classes in net.opengis.ows20.impl that implement NoValuesTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'No Values Type'.Fields in net.opengis.ows20.impl declared as NoValuesTypeModifier and TypeFieldDescriptionprotected NoValuesType
UnNamedDomainTypeImpl.noValues
The 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetNoValues
(NoValuesType newNoValues, NotificationChain msgs) NotificationChain
UnNamedDomainTypeImpl.basicSetNoValues
(NoValuesType newNoValues, NotificationChain msgs) void
DocumentRootImpl.setNoValues
(NoValuesType newNoValues) void
UnNamedDomainTypeImpl.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'.boolean
Ows20Validator.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 TypeMethodDescriptionboolean
DocumentRootValidator.validateNoValues
(NoValuesType value) boolean
UnNamedDomainTypeValidator.validateNoValues
(NoValuesType value)