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.wfs20
Methods in net.opengis.wfs20 that return AdditionalValuesType Modifier and Type Method Description AdditionalValuesType
Wfs20Factory. createAdditionalValuesType()
Returns a new object of class 'Additional Values Type'.AdditionalValuesType
DocumentRoot. getAdditionalValues()
Returns the value of the 'Additional Values' containment reference.AdditionalValuesType
ValueCollectionType. 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 void
DocumentRoot. setAdditionalValues(AdditionalValuesType value)
Sets the value of the 'Additional Values
' containment reference.void
ValueCollectionType. setAdditionalValues(AdditionalValuesType value)
Sets the value of the 'Additional Values
' containment reference. -
Uses of AdditionalValuesType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement AdditionalValuesType Modifier and Type Class Description class
AdditionalValuesTypeImpl
An implementation of the model object 'Additional Values Type'.Fields in net.opengis.wfs20.impl declared as AdditionalValuesType Modifier and Type Field Description protected AdditionalValuesType
ValueCollectionTypeImpl. additionalValues
The cached value of the 'Additional Values
' containment reference.Methods in net.opengis.wfs20.impl that return AdditionalValuesType Modifier and Type Method Description AdditionalValuesType
Wfs20FactoryImpl. createAdditionalValuesType()
AdditionalValuesType
DocumentRootImpl. getAdditionalValues()
AdditionalValuesType
ValueCollectionTypeImpl. getAdditionalValues()
Methods in net.opengis.wfs20.impl with parameters of type AdditionalValuesType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAdditionalValues(AdditionalValuesType newAdditionalValues, NotificationChain msgs)
NotificationChain
ValueCollectionTypeImpl. basicSetAdditionalValues(AdditionalValuesType newAdditionalValues, NotificationChain msgs)
void
DocumentRootImpl. setAdditionalValues(AdditionalValuesType newAdditionalValues)
void
ValueCollectionTypeImpl. setAdditionalValues(AdditionalValuesType newAdditionalValues)
-
Uses of AdditionalValuesType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type AdditionalValuesType Modifier and Type Method Description T
Wfs20Switch. caseAdditionalValuesType(AdditionalValuesType object)
Returns the result of interpreting the object as an instance of 'Additional Values Type'.boolean
Wfs20Validator. validateAdditionalValuesType(AdditionalValuesType additionalValuesType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of AdditionalValuesType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type AdditionalValuesType Modifier and Type Method Description boolean
DocumentRootValidator. validateAdditionalValues(AdditionalValuesType value)
boolean
ValueCollectionTypeValidator. validateAdditionalValues(AdditionalValuesType value)
-