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 TypeMethodDescriptionvoidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'Element Type'.Fields in net.opengis.wfs20.impl with type parameters of type ElementTypeModifier and TypeFieldDescriptionprotected EList<ElementType>ExtendedDescriptionTypeImpl.elementThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetElement(ElementType newElement, NotificationChain msgs) voidDocumentRootImpl.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'.booleanWfs20Validator.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateElement(ElementType value) Method parameters in net.opengis.wfs20.validation with type arguments of type ElementTypeModifier and TypeMethodDescriptionbooleanExtendedDescriptionTypeValidator.validateElement(EList<ElementType> value)