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 TypeMethodDescriptionvoid
DocumentRoot.setAllowedValues
(AllowedValuesType value) Sets the value of the 'Allowed Values
' containment reference.void
UnNamedDomainType.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 TypeClassDescriptionclass
An implementation of the model object 'Allowed Values Type'.Fields in net.opengis.ows20.impl declared as AllowedValuesTypeModifier and TypeFieldDescriptionprotected AllowedValuesType
UnNamedDomainTypeImpl.allowedValues
The 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetAllowedValues
(AllowedValuesType newAllowedValues, NotificationChain msgs) NotificationChain
UnNamedDomainTypeImpl.basicSetAllowedValues
(AllowedValuesType newAllowedValues, NotificationChain msgs) void
DocumentRootImpl.setAllowedValues
(AllowedValuesType newAllowedValues) void
UnNamedDomainTypeImpl.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'.boolean
Ows20Validator.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 TypeMethodDescriptionboolean
DocumentRootValidator.validateAllowedValues
(AllowedValuesType value) boolean
UnNamedDomainTypeValidator.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 TypeMethodDescriptionvoid
LiteralDataDomainType.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 AllowedValuesType
LiteralDataDomainTypeImpl.allowedValues
The 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 TypeMethodDescriptionNotificationChain
LiteralDataDomainTypeImpl.basicSetAllowedValues
(AllowedValuesType newAllowedValues, NotificationChain msgs) void
LiteralDataDomainTypeImpl.setAllowedValues
(AllowedValuesType newAllowedValues)