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.wfs20Methods in net.opengis.wfs20 that return ExtendedDescriptionType Modifier and Type Method Description ExtendedDescriptionTypeWfs20Factory. createExtendedDescriptionType()Returns a new object of class 'Extended Description Type'.ExtendedDescriptionTypeFeatureTypeType. 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 voidFeatureTypeType. setExtendedDescription(ExtendedDescriptionType value)Sets the value of the 'Extended Description' containment reference.
- 
Uses of ExtendedDescriptionType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement ExtendedDescriptionType Modifier and Type Class Description classExtendedDescriptionTypeImplAn implementation of the model object 'Extended Description Type'.Fields in net.opengis.wfs20.impl declared as ExtendedDescriptionType Modifier and Type Field Description protected ExtendedDescriptionTypeFeatureTypeTypeImpl. extendedDescriptionThe cached value of the 'Extended Description' containment reference.Methods in net.opengis.wfs20.impl that return ExtendedDescriptionType Modifier and Type Method Description ExtendedDescriptionTypeWfs20FactoryImpl. createExtendedDescriptionType()ExtendedDescriptionTypeFeatureTypeTypeImpl. getExtendedDescription()Methods in net.opengis.wfs20.impl with parameters of type ExtendedDescriptionType Modifier and Type Method Description NotificationChainFeatureTypeTypeImpl. basicSetExtendedDescription(ExtendedDescriptionType newExtendedDescription, NotificationChain msgs)voidFeatureTypeTypeImpl. setExtendedDescription(ExtendedDescriptionType newExtendedDescription)
- 
Uses of ExtendedDescriptionType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type ExtendedDescriptionType Modifier and Type Method Description TWfs20Switch. caseExtendedDescriptionType(ExtendedDescriptionType object)Returns the result of interpreting the object as an instance of 'Extended Description Type'.booleanWfs20Validator. validateExtendedDescriptionType(ExtendedDescriptionType extendedDescriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of ExtendedDescriptionType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type ExtendedDescriptionType Modifier and Type Method Description booleanFeatureTypeTypeValidator. validateExtendedDescription(ExtendedDescriptionType value)
 
-