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.ows20Methods in net.opengis.ows20 that return NilValueType Modifier and Type Method Description NilValueTypeOws20Factory. createNilValueType()Returns a new object of class 'Nil Value Type'.NilValueTypeDocumentRoot. 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 voidDocumentRoot. setNilValue(NilValueType value)Sets the value of the 'Nil Value' containment reference.
- 
Uses of NilValueType in net.opengis.ows20.implClasses in net.opengis.ows20.impl that implement NilValueType Modifier and Type Class Description classNilValueTypeImplAn implementation of the model object 'Nil Value Type'.Methods in net.opengis.ows20.impl that return NilValueType Modifier and Type Method Description NilValueTypeOws20FactoryImpl. createNilValueType()NilValueTypeDocumentRootImpl. getNilValue()Methods in net.opengis.ows20.impl with parameters of type NilValueType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetNilValue(NilValueType newNilValue, NotificationChain msgs)voidDocumentRootImpl. setNilValue(NilValueType newNilValue)
- 
Uses of NilValueType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type NilValueType Modifier and Type Method Description TOws20Switch. 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.validationMethods in net.opengis.ows20.validation with parameters of type NilValueType Modifier and Type Method Description booleanDocumentRootValidator. validateNilValue(NilValueType value)
 
-