Uses of Interface
net.opengis.wfs20.ValueCollectionType
Packages that use ValueCollectionType
Package
Description
-
Uses of ValueCollectionType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return ValueCollectionTypeModifier and TypeMethodDescriptionWfs20Factory.createValueCollectionType()
Returns a new object of class 'Value Collection Type'.AdditionalObjectsType.getValueCollection()
Returns the value of the 'Value Collection' containment reference.AdditionalValuesType.getValueCollection()
Returns the value of the 'Value Collection' containment reference.DocumentRoot.getValueCollection()
Returns the value of the 'Value Collection' containment reference.Methods in net.opengis.wfs20 with parameters of type ValueCollectionTypeModifier and TypeMethodDescriptionvoid
AdditionalObjectsType.setValueCollection
(ValueCollectionType value) Sets the value of the 'Value Collection
' containment reference.void
AdditionalValuesType.setValueCollection
(ValueCollectionType value) Sets the value of the 'Value Collection
' containment reference.void
DocumentRoot.setValueCollection
(ValueCollectionType value) Sets the value of the 'Value Collection
' containment reference. -
Uses of ValueCollectionType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement ValueCollectionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Value Collection Type'.Fields in net.opengis.wfs20.impl declared as ValueCollectionTypeModifier and TypeFieldDescriptionprotected ValueCollectionType
AdditionalObjectsTypeImpl.valueCollection
The cached value of the 'Value Collection
' containment reference.protected ValueCollectionType
AdditionalValuesTypeImpl.valueCollection
The cached value of the 'Value Collection
' containment reference.Methods in net.opengis.wfs20.impl that return ValueCollectionTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createValueCollectionType()
AdditionalObjectsTypeImpl.getValueCollection()
AdditionalValuesTypeImpl.getValueCollection()
DocumentRootImpl.getValueCollection()
Methods in net.opengis.wfs20.impl with parameters of type ValueCollectionTypeModifier and TypeMethodDescriptionNotificationChain
AdditionalObjectsTypeImpl.basicSetValueCollection
(ValueCollectionType newValueCollection, NotificationChain msgs) NotificationChain
AdditionalValuesTypeImpl.basicSetValueCollection
(ValueCollectionType newValueCollection, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetValueCollection
(ValueCollectionType newValueCollection, NotificationChain msgs) void
AdditionalObjectsTypeImpl.setValueCollection
(ValueCollectionType newValueCollection) void
AdditionalValuesTypeImpl.setValueCollection
(ValueCollectionType newValueCollection) void
DocumentRootImpl.setValueCollection
(ValueCollectionType newValueCollection) -
Uses of ValueCollectionType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ValueCollectionTypeModifier and TypeMethodDescriptionWfs20Switch.caseValueCollectionType
(ValueCollectionType object) Returns the result of interpreting the object as an instance of 'Value Collection Type'.boolean
Wfs20Validator.validateValueCollectionType
(ValueCollectionType valueCollectionType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ValueCollectionType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ValueCollectionTypeModifier and TypeMethodDescriptionboolean
AdditionalObjectsTypeValidator.validateValueCollection
(ValueCollectionType value) boolean
AdditionalValuesTypeValidator.validateValueCollection
(ValueCollectionType value) boolean
DocumentRootValidator.validateValueCollection
(ValueCollectionType value)