Uses of Interface
net.opengis.ows20.NilValueType
Packages that use NilValueType
Package
Description
-
Uses of NilValueType in net.opengis.ows20
Methods in net.opengis.ows20 that return NilValueTypeModifier and TypeMethodDescriptionOws20Factory.createNilValueType()
Returns a new object of class 'Nil Value Type'.DocumentRoot.getNilValue()
Returns the value of the 'Nil Value' containment reference.Methods in net.opengis.ows20 with parameters of type NilValueTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setNilValue
(NilValueType value) Sets the value of the 'Nil Value
' containment reference. -
Uses of NilValueType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement NilValueTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Nil Value Type'.Methods in net.opengis.ows20.impl that return NilValueTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createNilValueType()
DocumentRootImpl.getNilValue()
Methods in net.opengis.ows20.impl with parameters of type NilValueTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetNilValue
(NilValueType newNilValue, NotificationChain msgs) void
DocumentRootImpl.setNilValue
(NilValueType newNilValue) -
Uses of NilValueType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type NilValueTypeModifier and TypeMethodDescriptionOws20Switch.caseNilValueType
(NilValueType object) Returns the result of interpreting the object as an instance of 'Nil Value Type'.boolean
Ows20Validator.validateNilValueType
(NilValueType nilValueType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of NilValueType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type NilValueTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateNilValue
(NilValueType value)