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 TypeMethodDescriptionvoidDocumentRoot.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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetNilValue(NilValueType newNilValue, NotificationChain msgs) voidDocumentRootImpl.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'.booleanOws20Validator.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateNilValue(NilValueType value)