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.wfs20
Methods in net.opengis.wfs20 that return ElementType Modifier and Type Method Description ElementType
Wfs20Factory. createElementType()
Returns a new object of class 'Element Type'.ElementType
DocumentRoot. 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 void
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 ElementType Modifier and Type Class Description class
ElementTypeImpl
An 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. element
The cached value of the 'Element
' containment reference list.Methods in net.opengis.wfs20.impl that return ElementType Modifier and Type Method Description ElementType
Wfs20FactoryImpl. createElementType()
ElementType
DocumentRootImpl. 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 NotificationChain
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 ElementType Modifier and Type Method Description T
Wfs20Switch. 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 ElementType Modifier and Type Method Description boolean
DocumentRootValidator. validateElement(ElementType value)
Method parameters in net.opengis.wfs20.validation with type arguments of type ElementType Modifier and Type Method Description boolean
ExtendedDescriptionTypeValidator. validateElement(EList<ElementType> value)
-