Uses of Interface
net.opengis.ows20.AdditionalParameterType
Packages that use AdditionalParameterType
Package
Description
-
Uses of AdditionalParameterType in net.opengis.ows20
Methods in net.opengis.ows20 that return AdditionalParameterTypeModifier and TypeMethodDescriptionOws20Factory.createAdditionalParameterType()Returns a new object of class 'Additional Parameter Type'.AdditionalParametersBaseType.getAdditionalParameter()Returns the value of the 'Additional Parameter' containment reference.DocumentRoot.getAdditionalParameter()Returns the value of the 'Additional Parameter' containment reference.Methods in net.opengis.ows20 that return types with arguments of type AdditionalParameterTypeModifier and TypeMethodDescriptionEList<AdditionalParameterType>AdditionalParametersType.getAdditionalParameter1()Returns the value of the 'Additional Parameter1' containment reference list.Methods in net.opengis.ows20 with parameters of type AdditionalParameterTypeModifier and TypeMethodDescriptionvoidAdditionalParametersBaseType.setAdditionalParameter(AdditionalParameterType value) Sets the value of the 'Additional Parameter' containment reference.voidDocumentRoot.setAdditionalParameter(AdditionalParameterType value) Sets the value of the 'Additional Parameter' containment reference. -
Uses of AdditionalParameterType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement AdditionalParameterTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Additional Parameter Type'.Fields in net.opengis.ows20.impl declared as AdditionalParameterTypeModifier and TypeFieldDescriptionprotected AdditionalParameterTypeAdditionalParametersBaseTypeImpl.additionalParameterThe cached value of the 'Additional Parameter' containment reference.Fields in net.opengis.ows20.impl with type parameters of type AdditionalParameterTypeModifier and TypeFieldDescriptionprotected EList<AdditionalParameterType>AdditionalParametersTypeImpl.additionalParameter1The cached value of the 'Additional Parameter1' containment reference list.Methods in net.opengis.ows20.impl that return AdditionalParameterTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createAdditionalParameterType()AdditionalParametersBaseTypeImpl.getAdditionalParameter()DocumentRootImpl.getAdditionalParameter()Methods in net.opengis.ows20.impl that return types with arguments of type AdditionalParameterTypeModifier and TypeMethodDescriptionEList<AdditionalParameterType>AdditionalParametersTypeImpl.getAdditionalParameter1()Methods in net.opengis.ows20.impl with parameters of type AdditionalParameterTypeModifier and TypeMethodDescriptionNotificationChainAdditionalParametersBaseTypeImpl.basicSetAdditionalParameter(AdditionalParameterType newAdditionalParameter, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetAdditionalParameter(AdditionalParameterType newAdditionalParameter, NotificationChain msgs) voidAdditionalParametersBaseTypeImpl.setAdditionalParameter(AdditionalParameterType newAdditionalParameter) voidDocumentRootImpl.setAdditionalParameter(AdditionalParameterType newAdditionalParameter) -
Uses of AdditionalParameterType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type AdditionalParameterTypeModifier and TypeMethodDescriptionOws20Switch.caseAdditionalParameterType(AdditionalParameterType object) Returns the result of interpreting the object as an instance of 'Additional Parameter Type'.booleanOws20Validator.validateAdditionalParameterType(AdditionalParameterType additionalParameterType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of AdditionalParameterType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type AdditionalParameterTypeModifier and TypeMethodDescriptionbooleanAdditionalParametersBaseTypeValidator.validateAdditionalParameter(AdditionalParameterType value) booleanDocumentRootValidator.validateAdditionalParameter(AdditionalParameterType value) Method parameters in net.opengis.ows20.validation with type arguments of type AdditionalParameterTypeModifier and TypeMethodDescriptionbooleanAdditionalParametersTypeValidator.validateAdditionalParameter1(EList<AdditionalParameterType> value)