Uses of Interface
net.opengis.wfs20.AbstractType
Packages that use AbstractType
Package
Description
-
Uses of AbstractType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return AbstractTypeModifier and TypeMethodDescriptionWfs20Factory.createAbstractType()
Returns a new object of class 'Abstract Type'.DocumentRoot.getAbstract()
Returns the value of the 'Abstract' containment reference.Methods in net.opengis.wfs20 that return types with arguments of type AbstractTypeModifier and TypeMethodDescriptionEList<AbstractType>
FeatureTypeType.getAbstract()
Returns the value of the 'Abstract' containment reference list.EList<AbstractType>
ParameterExpressionType.getAbstract()
Returns the value of the 'Abstract' containment reference list.EList<AbstractType>
StoredQueryDescriptionType.getAbstract()
Returns the value of the 'Abstract' containment reference list.Methods in net.opengis.wfs20 with parameters of type AbstractTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setAbstract
(AbstractType value) Sets the value of the 'Abstract
' containment reference. -
Uses of AbstractType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement AbstractTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract Type'.Fields in net.opengis.wfs20.impl with type parameters of type AbstractTypeModifier and TypeFieldDescriptionprotected EList<AbstractType>
FeatureTypeTypeImpl.abstract_
The cached value of the 'Abstract
' containment reference list.protected EList<AbstractType>
ParameterExpressionTypeImpl.abstract_
The cached value of the 'Abstract
' containment reference list.protected EList<AbstractType>
StoredQueryDescriptionTypeImpl.abstract_
The cached value of the 'Abstract
' containment reference list.Methods in net.opengis.wfs20.impl that return AbstractTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createAbstractType()
DocumentRootImpl.getAbstract()
Methods in net.opengis.wfs20.impl that return types with arguments of type AbstractTypeModifier and TypeMethodDescriptionEList<AbstractType>
FeatureTypeTypeImpl.getAbstract()
EList<AbstractType>
ParameterExpressionTypeImpl.getAbstract()
EList<AbstractType>
StoredQueryDescriptionTypeImpl.getAbstract()
Methods in net.opengis.wfs20.impl with parameters of type AbstractTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetAbstract
(AbstractType newAbstract, NotificationChain msgs) void
DocumentRootImpl.setAbstract
(AbstractType newAbstract) -
Uses of AbstractType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type AbstractTypeModifier and TypeMethodDescriptionWfs20Switch.caseAbstractType
(AbstractType object) Returns the result of interpreting the object as an instance of 'Abstract Type'.boolean
Wfs20Validator.validateAbstractType
(AbstractType abstractType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of AbstractType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type AbstractTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateAbstract
(AbstractType value) Method parameters in net.opengis.wfs20.validation with type arguments of type AbstractTypeModifier and TypeMethodDescriptionboolean
FeatureTypeTypeValidator.validateAbstract
(EList<AbstractType> value) boolean
ParameterExpressionTypeValidator.validateAbstract
(EList<AbstractType> value) boolean
StoredQueryDescriptionTypeValidator.validateAbstract
(EList<AbstractType> value)