Uses of Interface
net.opengis.wfs20.ExtendedDescriptionType
-
Packages that use ExtendedDescriptionType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of ExtendedDescriptionType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return ExtendedDescriptionType Modifier and Type Method Description ExtendedDescriptionType
Wfs20Factory. createExtendedDescriptionType()
Returns a new object of class 'Extended Description Type'.ExtendedDescriptionType
FeatureTypeType. getExtendedDescription()
Returns the value of the 'Extended Description' containment reference.Methods in net.opengis.wfs20 with parameters of type ExtendedDescriptionType Modifier and Type Method Description void
FeatureTypeType. setExtendedDescription(ExtendedDescriptionType value)
Sets the value of the 'Extended Description
' containment reference. -
Uses of ExtendedDescriptionType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement ExtendedDescriptionType Modifier and Type Class Description class
ExtendedDescriptionTypeImpl
An implementation of the model object 'Extended Description Type'.Fields in net.opengis.wfs20.impl declared as ExtendedDescriptionType Modifier and Type Field Description protected ExtendedDescriptionType
FeatureTypeTypeImpl. extendedDescription
The cached value of the 'Extended Description
' containment reference.Methods in net.opengis.wfs20.impl that return ExtendedDescriptionType Modifier and Type Method Description ExtendedDescriptionType
Wfs20FactoryImpl. createExtendedDescriptionType()
ExtendedDescriptionType
FeatureTypeTypeImpl. getExtendedDescription()
Methods in net.opengis.wfs20.impl with parameters of type ExtendedDescriptionType Modifier and Type Method Description NotificationChain
FeatureTypeTypeImpl. basicSetExtendedDescription(ExtendedDescriptionType newExtendedDescription, NotificationChain msgs)
void
FeatureTypeTypeImpl. setExtendedDescription(ExtendedDescriptionType newExtendedDescription)
-
Uses of ExtendedDescriptionType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ExtendedDescriptionType Modifier and Type Method Description T
Wfs20Switch. caseExtendedDescriptionType(ExtendedDescriptionType object)
Returns the result of interpreting the object as an instance of 'Extended Description Type'.boolean
Wfs20Validator. validateExtendedDescriptionType(ExtendedDescriptionType extendedDescriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of ExtendedDescriptionType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ExtendedDescriptionType Modifier and Type Method Description boolean
FeatureTypeTypeValidator. validateExtendedDescription(ExtendedDescriptionType value)
-