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.wfs20
Methods in net.opengis.wfs20 that return AbstractType Modifier and Type Method Description AbstractType
Wfs20Factory. createAbstractType()
Returns a new object of class 'Abstract Type'.AbstractType
DocumentRoot. 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 void
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 AbstractType Modifier and Type Class Description class
AbstractTypeImpl
An 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 AbstractType
Wfs20FactoryImpl. createAbstractType()
AbstractType
DocumentRootImpl. 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 NotificationChain
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 AbstractType Modifier and Type Method Description T
Wfs20Switch. 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 AbstractType Modifier and Type Method Description boolean
DocumentRootValidator. validateAbstract(AbstractType value)
Method parameters in net.opengis.wfs20.validation with type arguments of type AbstractType Modifier and Type Method Description boolean
FeatureTypeTypeValidator. validateAbstract(EList<AbstractType> value)
boolean
ParameterExpressionTypeValidator. validateAbstract(EList<AbstractType> value)
boolean
StoredQueryDescriptionTypeValidator. validateAbstract(EList<AbstractType> value)
-