Uses of Interface
net.opengis.wfs20.AbstractType
- 
Packages that use AbstractType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of AbstractType in net.opengis.wfs20Methods in net.opengis.wfs20 that return AbstractType Modifier and Type Method Description AbstractTypeWfs20Factory. createAbstractType()Returns a new object of class 'Abstract Type'.AbstractTypeDocumentRoot. getAbstract()Returns the value of the 'Abstract' containment reference.Methods in net.opengis.wfs20 that return types with arguments of type AbstractType Modifier and Type Method Description EList<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 AbstractType Modifier and Type Method Description voidDocumentRoot. setAbstract(AbstractType value)Sets the value of the 'Abstract' containment reference.
- 
Uses of AbstractType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement AbstractType Modifier and Type Class Description classAbstractTypeImplAn implementation of the model object 'Abstract Type'.Fields in net.opengis.wfs20.impl with type parameters of type AbstractType Modifier and Type Field Description protected 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 AbstractType Modifier and Type Method Description AbstractTypeWfs20FactoryImpl. createAbstractType()AbstractTypeDocumentRootImpl. getAbstract()Methods in net.opengis.wfs20.impl that return types with arguments of type AbstractType Modifier and Type Method Description EList<AbstractType>FeatureTypeTypeImpl. getAbstract()EList<AbstractType>ParameterExpressionTypeImpl. getAbstract()EList<AbstractType>StoredQueryDescriptionTypeImpl. getAbstract()Methods in net.opengis.wfs20.impl with parameters of type AbstractType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetAbstract(AbstractType newAbstract, NotificationChain msgs)voidDocumentRootImpl. setAbstract(AbstractType newAbstract)
- 
Uses of AbstractType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type AbstractType Modifier and Type Method Description TWfs20Switch. 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.validationMethods in net.opengis.wfs20.validation with parameters of type AbstractType Modifier and Type Method Description booleanDocumentRootValidator. validateAbstract(AbstractType value)Method parameters in net.opengis.wfs20.validation with type arguments of type AbstractType Modifier and Type Method Description booleanFeatureTypeTypeValidator. validateAbstract(EList<AbstractType> value)booleanParameterExpressionTypeValidator. validateAbstract(EList<AbstractType> value)booleanStoredQueryDescriptionTypeValidator. validateAbstract(EList<AbstractType> value)
 
-