Uses of Interface
net.opengis.wfs20.ValueListType
Packages that use ValueListType
Package
Description
-
Uses of ValueListType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return ValueListTypeModifier and TypeMethodDescriptionWfs20Factory.createValueListType()Returns a new object of class 'Value List Type'.DocumentRoot.getValueList()Returns the value of the 'Value List' containment reference.ElementType.getValueList()Returns the value of the 'Value List' containment reference.Methods in net.opengis.wfs20 with parameters of type ValueListTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setValueList(ValueListType value) Sets the value of the 'Value List' containment reference.voidElementType.setValueList(ValueListType value) Sets the value of the 'Value List' containment reference. -
Uses of ValueListType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement ValueListTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Value List Type'.Fields in net.opengis.wfs20.impl declared as ValueListTypeModifier and TypeFieldDescriptionprotected ValueListTypeElementTypeImpl.valueListThe cached value of the 'Value List' containment reference.Methods in net.opengis.wfs20.impl that return ValueListTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createValueListType()DocumentRootImpl.getValueList()ElementTypeImpl.getValueList()Methods in net.opengis.wfs20.impl with parameters of type ValueListTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetValueList(ValueListType newValueList, NotificationChain msgs) NotificationChainElementTypeImpl.basicSetValueList(ValueListType newValueList, NotificationChain msgs) voidDocumentRootImpl.setValueList(ValueListType newValueList) voidElementTypeImpl.setValueList(ValueListType newValueList) -
Uses of ValueListType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ValueListTypeModifier and TypeMethodDescriptionWfs20Switch.caseValueListType(ValueListType object) Returns the result of interpreting the object as an instance of 'Value List Type'.booleanWfs20Validator.validateValueListType(ValueListType valueListType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ValueListType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ValueListTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateValueList(ValueListType value) booleanElementTypeValidator.validateValueList(ValueListType value)