Uses of Interface
net.opengis.wfs20.ElementType
- 
Packages that use ElementType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of ElementType in net.opengis.wfs20Methods in net.opengis.wfs20 that return ElementType Modifier and Type Method Description ElementTypeWfs20Factory. createElementType()Returns a new object of class 'Element Type'.ElementTypeDocumentRoot. getElement()Returns the value of the 'Element' containment reference.Methods in net.opengis.wfs20 that return types with arguments of type ElementType Modifier and Type Method Description EList<ElementType>ExtendedDescriptionType. getElement()Returns the value of the 'Element' containment reference list.Methods in net.opengis.wfs20 with parameters of type ElementType Modifier and Type Method Description voidDocumentRoot. setElement(ElementType value)Sets the value of the 'Element' containment reference.
- 
Uses of ElementType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement ElementType Modifier and Type Class Description classElementTypeImplAn implementation of the model object 'Element Type'.Fields in net.opengis.wfs20.impl with type parameters of type ElementType Modifier and Type Field Description protected EList<ElementType>ExtendedDescriptionTypeImpl. elementThe cached value of the 'Element' containment reference list.Methods in net.opengis.wfs20.impl that return ElementType Modifier and Type Method Description ElementTypeWfs20FactoryImpl. createElementType()ElementTypeDocumentRootImpl. getElement()Methods in net.opengis.wfs20.impl that return types with arguments of type ElementType Modifier and Type Method Description EList<ElementType>ExtendedDescriptionTypeImpl. getElement()Methods in net.opengis.wfs20.impl with parameters of type ElementType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetElement(ElementType newElement, NotificationChain msgs)voidDocumentRootImpl. setElement(ElementType newElement)
- 
Uses of ElementType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type ElementType Modifier and Type Method Description TWfs20Switch. 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.validationMethods in net.opengis.wfs20.validation with parameters of type ElementType Modifier and Type Method Description booleanDocumentRootValidator. validateElement(ElementType value)Method parameters in net.opengis.wfs20.validation with type arguments of type ElementType Modifier and Type Method Description booleanExtendedDescriptionTypeValidator. validateElement(EList<ElementType> value)
 
-