Uses of Interface
net.opengis.ows11.AllowedValuesType
Packages that use AllowedValuesType
Package
Description
-
Uses of AllowedValuesType in net.opengis.ows11
Methods in net.opengis.ows11 that return AllowedValuesTypeModifier and TypeMethodDescriptionOws11Factory.createAllowedValuesType()Returns a new object of class 'Allowed Values Type'.DocumentRoot.getAllowedValues()Returns the value of the 'Allowed Values' containment reference.UnNamedDomainType.getAllowedValues()Returns the value of the 'Allowed Values' containment reference.Methods in net.opengis.ows11 with parameters of type AllowedValuesTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setAllowedValues(AllowedValuesType value) Sets the value of the 'Allowed Values' containment reference.voidUnNamedDomainType.setAllowedValues(AllowedValuesType value) Sets the value of the 'Allowed Values' containment reference. -
Uses of AllowedValuesType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement AllowedValuesTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Allowed Values Type'.Fields in net.opengis.ows11.impl declared as AllowedValuesTypeModifier and TypeFieldDescriptionprotected AllowedValuesTypeUnNamedDomainTypeImpl.allowedValuesThe cached value of the 'Allowed Values' containment reference.Methods in net.opengis.ows11.impl that return AllowedValuesTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createAllowedValuesType()DocumentRootImpl.getAllowedValues()UnNamedDomainTypeImpl.getAllowedValues()Methods in net.opengis.ows11.impl with parameters of type AllowedValuesTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetAllowedValues(AllowedValuesType newAllowedValues, NotificationChain msgs) NotificationChainUnNamedDomainTypeImpl.basicSetAllowedValues(AllowedValuesType newAllowedValues, NotificationChain msgs) voidDocumentRootImpl.setAllowedValues(AllowedValuesType newAllowedValues) voidUnNamedDomainTypeImpl.setAllowedValues(AllowedValuesType newAllowedValues) -
Uses of AllowedValuesType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type AllowedValuesTypeModifier and TypeMethodDescriptionOws11Switch.caseAllowedValuesType(AllowedValuesType object) Returns the result of interpreting the object as an instance of 'Allowed Values Type'.booleanOws11Validator.validateAllowedValuesType(AllowedValuesType allowedValuesType, DiagnosticChain diagnostics, Map context) -
Uses of AllowedValuesType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type AllowedValuesTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateAllowedValues(AllowedValuesType value) booleanUnNamedDomainTypeValidator.validateAllowedValues(AllowedValuesType value) -
Uses of AllowedValuesType in net.opengis.wps10
Methods in net.opengis.wps10 that return AllowedValuesTypeModifier and TypeMethodDescriptionLiteralInputType.getAllowedValues()Returns the value of the 'Allowed Values' containment reference.Methods in net.opengis.wps10 with parameters of type AllowedValuesTypeModifier and TypeMethodDescriptionvoidLiteralInputType.setAllowedValues(AllowedValuesType value) Sets the value of the 'Allowed Values' containment reference. -
Uses of AllowedValuesType in net.opengis.wps10.impl
Fields in net.opengis.wps10.impl declared as AllowedValuesTypeModifier and TypeFieldDescriptionprotected AllowedValuesTypeLiteralInputTypeImpl.allowedValuesThe cached value of the 'Allowed Values' containment reference.Methods in net.opengis.wps10.impl that return AllowedValuesTypeMethods in net.opengis.wps10.impl with parameters of type AllowedValuesTypeModifier and TypeMethodDescriptionNotificationChainLiteralInputTypeImpl.basicSetAllowedValues(AllowedValuesType newAllowedValues, NotificationChain msgs) voidLiteralInputTypeImpl.setAllowedValues(AllowedValuesType newAllowedValues) -
Uses of AllowedValuesType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type AllowedValuesTypeModifier and TypeMethodDescriptionbooleanLiteralInputTypeValidator.validateAllowedValues(AllowedValuesType value)