Uses of Interface
net.opengis.wfs20.AdditionalValuesType
- 
Packages that use AdditionalValuesType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of AdditionalValuesType in net.opengis.wfs20Methods in net.opengis.wfs20 that return AdditionalValuesType Modifier and Type Method Description AdditionalValuesTypeWfs20Factory. createAdditionalValuesType()Returns a new object of class 'Additional Values Type'.AdditionalValuesTypeDocumentRoot. getAdditionalValues()Returns the value of the 'Additional Values' containment reference.AdditionalValuesTypeValueCollectionType. getAdditionalValues()Returns the value of the 'Additional Values' containment reference.Methods in net.opengis.wfs20 with parameters of type AdditionalValuesType Modifier and Type Method Description voidDocumentRoot. setAdditionalValues(AdditionalValuesType value)Sets the value of the 'Additional Values' containment reference.voidValueCollectionType. setAdditionalValues(AdditionalValuesType value)Sets the value of the 'Additional Values' containment reference.
- 
Uses of AdditionalValuesType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement AdditionalValuesType Modifier and Type Class Description classAdditionalValuesTypeImplAn implementation of the model object 'Additional Values Type'.Fields in net.opengis.wfs20.impl declared as AdditionalValuesType Modifier and Type Field Description protected AdditionalValuesTypeValueCollectionTypeImpl. additionalValuesThe cached value of the 'Additional Values' containment reference.Methods in net.opengis.wfs20.impl that return AdditionalValuesType Modifier and Type Method Description AdditionalValuesTypeWfs20FactoryImpl. createAdditionalValuesType()AdditionalValuesTypeDocumentRootImpl. getAdditionalValues()AdditionalValuesTypeValueCollectionTypeImpl. getAdditionalValues()Methods in net.opengis.wfs20.impl with parameters of type AdditionalValuesType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetAdditionalValues(AdditionalValuesType newAdditionalValues, NotificationChain msgs)NotificationChainValueCollectionTypeImpl. basicSetAdditionalValues(AdditionalValuesType newAdditionalValues, NotificationChain msgs)voidDocumentRootImpl. setAdditionalValues(AdditionalValuesType newAdditionalValues)voidValueCollectionTypeImpl. setAdditionalValues(AdditionalValuesType newAdditionalValues)
- 
Uses of AdditionalValuesType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type AdditionalValuesType Modifier and Type Method Description TWfs20Switch. caseAdditionalValuesType(AdditionalValuesType object)Returns the result of interpreting the object as an instance of 'Additional Values Type'.booleanWfs20Validator. validateAdditionalValuesType(AdditionalValuesType additionalValuesType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of AdditionalValuesType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type AdditionalValuesType Modifier and Type Method Description booleanDocumentRootValidator. validateAdditionalValues(AdditionalValuesType value)booleanValueCollectionTypeValidator. validateAdditionalValues(AdditionalValuesType value)
 
-