Uses of Interface
net.opengis.wfs20.ElementType
Packages that use ElementType
Package
Description
-
Uses of ElementType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return ElementTypeModifier and TypeMethodDescriptionWfs20Factory.createElementType()
Returns a new object of class 'Element Type'.DocumentRoot.getElement()
Returns the value of the 'Element' containment reference.Methods in net.opengis.wfs20 that return types with arguments of type ElementTypeModifier and TypeMethodDescriptionEList<ElementType>
ExtendedDescriptionType.getElement()
Returns the value of the 'Element' containment reference list.Methods in net.opengis.wfs20 with parameters of type ElementTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setElement
(ElementType value) Sets the value of the 'Element
' containment reference. -
Uses of ElementType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement ElementTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Element Type'.Fields in net.opengis.wfs20.impl with type parameters of type ElementTypeModifier and TypeFieldDescriptionprotected EList<ElementType>
ExtendedDescriptionTypeImpl.element
The cached value of the 'Element
' containment reference list.Methods in net.opengis.wfs20.impl that return ElementTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createElementType()
DocumentRootImpl.getElement()
Methods in net.opengis.wfs20.impl that return types with arguments of type ElementTypeMethods in net.opengis.wfs20.impl with parameters of type ElementTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetElement
(ElementType newElement, NotificationChain msgs) void
DocumentRootImpl.setElement
(ElementType newElement) -
Uses of ElementType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ElementTypeModifier and TypeMethodDescriptionWfs20Switch.caseElementType
(ElementType object) Returns the result of interpreting the object as an instance of 'Element Type'.boolean
Wfs20Validator.validateElementType
(ElementType elementType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ElementType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ElementTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateElement
(ElementType value) Method parameters in net.opengis.wfs20.validation with type arguments of type ElementTypeModifier and TypeMethodDescriptionboolean
ExtendedDescriptionTypeValidator.validateElement
(EList<ElementType> value)