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.ows20
Methods in net.opengis.ows20 that return AdditionalParameterType Modifier and Type Method Description AdditionalParameterType
Ows20Factory. createAdditionalParameterType()
Returns a new object of class 'Additional Parameter Type'.AdditionalParameterType
AdditionalParametersBaseType. getAdditionalParameter()
Returns the value of the 'Additional Parameter' containment reference.AdditionalParameterType
DocumentRoot. 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 void
AdditionalParametersBaseType. setAdditionalParameter(AdditionalParameterType value)
Sets the value of the 'Additional Parameter
' containment reference.void
DocumentRoot. 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 AdditionalParameterType Modifier and Type Class Description class
AdditionalParameterTypeImpl
An implementation of the model object 'Additional Parameter Type'.Fields in net.opengis.ows20.impl declared as AdditionalParameterType Modifier and Type Field Description protected AdditionalParameterType
AdditionalParametersBaseTypeImpl. additionalParameter
The 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. additionalParameter1
The cached value of the 'Additional Parameter1
' containment reference list.Methods in net.opengis.ows20.impl that return AdditionalParameterType Modifier and Type Method Description AdditionalParameterType
Ows20FactoryImpl. createAdditionalParameterType()
AdditionalParameterType
AdditionalParametersBaseTypeImpl. getAdditionalParameter()
AdditionalParameterType
DocumentRootImpl. 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 NotificationChain
AdditionalParametersBaseTypeImpl. basicSetAdditionalParameter(AdditionalParameterType newAdditionalParameter, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetAdditionalParameter(AdditionalParameterType newAdditionalParameter, NotificationChain msgs)
void
AdditionalParametersBaseTypeImpl. setAdditionalParameter(AdditionalParameterType newAdditionalParameter)
void
DocumentRootImpl. setAdditionalParameter(AdditionalParameterType newAdditionalParameter)
-
Uses of AdditionalParameterType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type AdditionalParameterType Modifier and Type Method Description T
Ows20Switch. caseAdditionalParameterType(AdditionalParameterType object)
Returns the result of interpreting the object as an instance of 'Additional Parameter Type'.boolean
Ows20Validator. 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 AdditionalParameterType Modifier and Type Method Description boolean
AdditionalParametersBaseTypeValidator. validateAdditionalParameter(AdditionalParameterType value)
boolean
DocumentRootValidator. validateAdditionalParameter(AdditionalParameterType value)
Method parameters in net.opengis.ows20.validation with type arguments of type AdditionalParameterType Modifier and Type Method Description boolean
AdditionalParametersTypeValidator. validateAdditionalParameter1(EList<AdditionalParameterType> value)
-