Uses of Interface
net.opengis.wfs20.AdditionalValuesType
Packages that use AdditionalValuesType
Package
Description
-
Uses of AdditionalValuesType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return AdditionalValuesTypeModifier and TypeMethodDescriptionWfs20Factory.createAdditionalValuesType()Returns a new object of class 'Additional Values Type'.DocumentRoot.getAdditionalValues()Returns the value of the 'Additional Values' containment reference.ValueCollectionType.getAdditionalValues()Returns the value of the 'Additional Values' containment reference.Methods in net.opengis.wfs20 with parameters of type AdditionalValuesTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setAdditionalValues(AdditionalValuesType value) Sets the value of the 'Additional Values' containment reference.voidValueCollectionType.setAdditionalValues(AdditionalValuesType value) Sets the value of the 'Additional Values' containment reference. -
Uses of AdditionalValuesType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement AdditionalValuesTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Additional Values Type'.Fields in net.opengis.wfs20.impl declared as AdditionalValuesTypeModifier and TypeFieldDescriptionprotected AdditionalValuesTypeValueCollectionTypeImpl.additionalValuesThe cached value of the 'Additional Values' containment reference.Methods in net.opengis.wfs20.impl that return AdditionalValuesTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createAdditionalValuesType()DocumentRootImpl.getAdditionalValues()ValueCollectionTypeImpl.getAdditionalValues()Methods in net.opengis.wfs20.impl with parameters of type AdditionalValuesTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetAdditionalValues(AdditionalValuesType newAdditionalValues, NotificationChain msgs) NotificationChainValueCollectionTypeImpl.basicSetAdditionalValues(AdditionalValuesType newAdditionalValues, NotificationChain msgs) voidDocumentRootImpl.setAdditionalValues(AdditionalValuesType newAdditionalValues) voidValueCollectionTypeImpl.setAdditionalValues(AdditionalValuesType newAdditionalValues) -
Uses of AdditionalValuesType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type AdditionalValuesTypeModifier and TypeMethodDescriptionWfs20Switch.caseAdditionalValuesType(AdditionalValuesType object) Returns the result of interpreting the object as an instance of 'Additional Values Type'.booleanWfs20Validator.validateAdditionalValuesType(AdditionalValuesType additionalValuesType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of AdditionalValuesType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type AdditionalValuesTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateAdditionalValues(AdditionalValuesType value) booleanValueCollectionTypeValidator.validateAdditionalValues(AdditionalValuesType value)