Uses of Interface
net.opengis.ows20.AdditionalParameterType
- 
Packages that use AdditionalParameterType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation 
- 
- 
Uses of AdditionalParameterType in net.opengis.ows20Methods in net.opengis.ows20 that return AdditionalParameterType Modifier and Type Method Description AdditionalParameterTypeOws20Factory. createAdditionalParameterType()Returns a new object of class 'Additional Parameter Type'.AdditionalParameterTypeAdditionalParametersBaseType. getAdditionalParameter()Returns the value of the 'Additional Parameter' containment reference.AdditionalParameterTypeDocumentRoot. getAdditionalParameter()Returns the value of the 'Additional Parameter' containment reference.Methods in net.opengis.ows20 that return types with arguments of type AdditionalParameterType Modifier and Type Method Description EList<AdditionalParameterType>AdditionalParametersType. getAdditionalParameter1()Returns the value of the 'Additional Parameter1' containment reference list.Methods in net.opengis.ows20 with parameters of type AdditionalParameterType Modifier and Type Method Description voidAdditionalParametersBaseType. 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.implClasses in net.opengis.ows20.impl that implement AdditionalParameterType Modifier and Type Class Description classAdditionalParameterTypeImplAn implementation of the model object 'Additional Parameter Type'.Fields in net.opengis.ows20.impl declared as AdditionalParameterType Modifier and Type Field Description protected AdditionalParameterTypeAdditionalParametersBaseTypeImpl. additionalParameterThe cached value of the 'Additional Parameter' containment reference.Fields in net.opengis.ows20.impl with type parameters of type AdditionalParameterType Modifier and Type Field Description protected EList<AdditionalParameterType>AdditionalParametersTypeImpl. additionalParameter1The cached value of the 'Additional Parameter1' containment reference list.Methods in net.opengis.ows20.impl that return AdditionalParameterType Modifier and Type Method Description AdditionalParameterTypeOws20FactoryImpl. createAdditionalParameterType()AdditionalParameterTypeAdditionalParametersBaseTypeImpl. getAdditionalParameter()AdditionalParameterTypeDocumentRootImpl. getAdditionalParameter()Methods in net.opengis.ows20.impl that return types with arguments of type AdditionalParameterType Modifier and Type Method Description EList<AdditionalParameterType>AdditionalParametersTypeImpl. getAdditionalParameter1()Methods in net.opengis.ows20.impl with parameters of type AdditionalParameterType Modifier and Type Method Description NotificationChainAdditionalParametersBaseTypeImpl. 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.utilMethods in net.opengis.ows20.util with parameters of type AdditionalParameterType Modifier and Type Method Description TOws20Switch. 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.validationMethods in net.opengis.ows20.validation with parameters of type AdditionalParameterType Modifier and Type Method Description booleanAdditionalParametersBaseTypeValidator. validateAdditionalParameter(AdditionalParameterType value)booleanDocumentRootValidator. validateAdditionalParameter(AdditionalParameterType value)Method parameters in net.opengis.ows20.validation with type arguments of type AdditionalParameterType Modifier and Type Method Description booleanAdditionalParametersTypeValidator. validateAdditionalParameter1(EList<AdditionalParameterType> value)
 
-