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 TypeMethodDescriptionvoidDocumentRoot.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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetAbstract(AbstractType newAbstract, NotificationChain msgs) voidDocumentRootImpl.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'.booleanWfs20Validator.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateAbstract(AbstractType value) Method parameters in net.opengis.wfs20.validation with type arguments of type AbstractTypeModifier and TypeMethodDescriptionbooleanFeatureTypeTypeValidator.validateAbstract(EList<AbstractType> value) booleanParameterExpressionTypeValidator.validateAbstract(EList<AbstractType> value) booleanStoredQueryDescriptionTypeValidator.validateAbstract(EList<AbstractType> value)