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 TypeMethodDescriptionvoidAdditionalObjectsType.setValueCollection(ValueCollectionType value) Sets the value of the 'Value Collection' containment reference.voidAdditionalValuesType.setValueCollection(ValueCollectionType value) Sets the value of the 'Value Collection' containment reference.voidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'Value Collection Type'.Fields in net.opengis.wfs20.impl declared as ValueCollectionTypeModifier and TypeFieldDescriptionprotected ValueCollectionTypeAdditionalObjectsTypeImpl.valueCollectionThe cached value of the 'Value Collection' containment reference.protected ValueCollectionTypeAdditionalValuesTypeImpl.valueCollectionThe 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 TypeMethodDescriptionNotificationChainAdditionalObjectsTypeImpl.basicSetValueCollection(ValueCollectionType newValueCollection, NotificationChain msgs) NotificationChainAdditionalValuesTypeImpl.basicSetValueCollection(ValueCollectionType newValueCollection, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetValueCollection(ValueCollectionType newValueCollection, NotificationChain msgs) voidAdditionalObjectsTypeImpl.setValueCollection(ValueCollectionType newValueCollection) voidAdditionalValuesTypeImpl.setValueCollection(ValueCollectionType newValueCollection) voidDocumentRootImpl.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'.booleanWfs20Validator.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 TypeMethodDescriptionbooleanAdditionalObjectsTypeValidator.validateValueCollection(ValueCollectionType value) booleanAdditionalValuesTypeValidator.validateValueCollection(ValueCollectionType value) booleanDocumentRootValidator.validateValueCollection(ValueCollectionType value)