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 TypeMethodDescriptionvoid
DocumentRoot.setAdditionalValues
(AdditionalValuesType value) Sets the value of the 'Additional Values
' containment reference.void
ValueCollectionType.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 TypeClassDescriptionclass
An implementation of the model object 'Additional Values Type'.Fields in net.opengis.wfs20.impl declared as AdditionalValuesTypeModifier and TypeFieldDescriptionprotected AdditionalValuesType
ValueCollectionTypeImpl.additionalValues
The 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetAdditionalValues
(AdditionalValuesType newAdditionalValues, NotificationChain msgs) NotificationChain
ValueCollectionTypeImpl.basicSetAdditionalValues
(AdditionalValuesType newAdditionalValues, NotificationChain msgs) void
DocumentRootImpl.setAdditionalValues
(AdditionalValuesType newAdditionalValues) void
ValueCollectionTypeImpl.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'.boolean
Wfs20Validator.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 TypeMethodDescriptionboolean
DocumentRootValidator.validateAdditionalValues
(AdditionalValuesType value) boolean
ValueCollectionTypeValidator.validateAdditionalValues
(AdditionalValuesType value)