Uses of Interface
net.opengis.ows20.NilValueType
-
Packages that use NilValueType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of NilValueType in net.opengis.ows20
Methods in net.opengis.ows20 that return NilValueType Modifier and Type Method Description NilValueType
Ows20Factory. createNilValueType()
Returns a new object of class 'Nil Value Type'.NilValueType
DocumentRoot. getNilValue()
Returns the value of the 'Nil Value' containment reference.Methods in net.opengis.ows20 with parameters of type NilValueType Modifier and Type Method Description void
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 NilValueType Modifier and Type Class Description class
NilValueTypeImpl
An implementation of the model object 'Nil Value Type'.Methods in net.opengis.ows20.impl that return NilValueType Modifier and Type Method Description NilValueType
Ows20FactoryImpl. createNilValueType()
NilValueType
DocumentRootImpl. getNilValue()
Methods in net.opengis.ows20.impl with parameters of type NilValueType Modifier and Type Method Description NotificationChain
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 NilValueType Modifier and Type Method Description T
Ows20Switch. 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 NilValueType Modifier and Type Method Description boolean
DocumentRootValidator. validateNilValue(NilValueType value)
-