Uses of Interface
net.opengis.ows20.AllowedValuesType
Packages that use AllowedValuesType
Package
Description
-
Uses of AllowedValuesType in net.opengis.ows20
Methods in net.opengis.ows20 that return AllowedValuesTypeModifier and TypeMethodDescriptionOws20Factory.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.ows20 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.ows20.impl
Classes in net.opengis.ows20.impl that implement AllowedValuesTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Allowed Values Type'.Fields in net.opengis.ows20.impl declared as AllowedValuesTypeModifier and TypeFieldDescriptionprotected AllowedValuesTypeUnNamedDomainTypeImpl.allowedValuesThe cached value of the 'Allowed Values' containment reference.Methods in net.opengis.ows20.impl that return AllowedValuesTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createAllowedValuesType()DocumentRootImpl.getAllowedValues()UnNamedDomainTypeImpl.getAllowedValues()Methods in net.opengis.ows20.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.ows20.util
Methods in net.opengis.ows20.util with parameters of type AllowedValuesTypeModifier and TypeMethodDescriptionOws20Switch.caseAllowedValuesType(AllowedValuesType object) Returns the result of interpreting the object as an instance of 'Allowed Values Type'.booleanOws20Validator.validateAllowedValuesType(AllowedValuesType allowedValuesType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of AllowedValuesType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type AllowedValuesTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateAllowedValues(AllowedValuesType value) booleanUnNamedDomainTypeValidator.validateAllowedValues(AllowedValuesType value) -
Uses of AllowedValuesType in net.opengis.wps20
Methods in net.opengis.wps20 that return AllowedValuesTypeModifier and TypeMethodDescriptionLiteralDataDomainType.getAllowedValues()Returns the value of the 'Allowed Values' containment reference.Methods in net.opengis.wps20 with parameters of type AllowedValuesTypeModifier and TypeMethodDescriptionvoidLiteralDataDomainType.setAllowedValues(AllowedValuesType value) Sets the value of the 'Allowed Values' containment reference. -
Uses of AllowedValuesType in net.opengis.wps20.impl
Fields in net.opengis.wps20.impl declared as AllowedValuesTypeModifier and TypeFieldDescriptionprotected AllowedValuesTypeLiteralDataDomainTypeImpl.allowedValuesThe cached value of the 'Allowed Values' containment reference.Methods in net.opengis.wps20.impl that return AllowedValuesTypeMethods in net.opengis.wps20.impl with parameters of type AllowedValuesTypeModifier and TypeMethodDescriptionNotificationChainLiteralDataDomainTypeImpl.basicSetAllowedValues(AllowedValuesType newAllowedValues, NotificationChain msgs) voidLiteralDataDomainTypeImpl.setAllowedValues(AllowedValuesType newAllowedValues)