Uses of Interface
net.opengis.ows20.AnyValueType
Packages that use AnyValueType
Package
Description
-
Uses of AnyValueType in net.opengis.ows20
Methods in net.opengis.ows20 that return AnyValueTypeModifier and TypeMethodDescriptionOws20Factory.createAnyValueType()
Returns a new object of class 'Any Value Type'.DocumentRoot.getAnyValue()
Returns the value of the 'Any Value' containment reference.UnNamedDomainType.getAnyValue()
Returns the value of the 'Any Value' containment reference.Methods in net.opengis.ows20 with parameters of type AnyValueTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setAnyValue
(AnyValueType value) Sets the value of the 'Any Value
' containment reference.void
UnNamedDomainType.setAnyValue
(AnyValueType value) Sets the value of the 'Any Value
' containment reference. -
Uses of AnyValueType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement AnyValueTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Any Value Type'.Fields in net.opengis.ows20.impl declared as AnyValueTypeModifier and TypeFieldDescriptionprotected AnyValueType
UnNamedDomainTypeImpl.anyValue
The cached value of the 'Any Value
' containment reference.Methods in net.opengis.ows20.impl that return AnyValueTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createAnyValueType()
DocumentRootImpl.getAnyValue()
UnNamedDomainTypeImpl.getAnyValue()
Methods in net.opengis.ows20.impl with parameters of type AnyValueTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetAnyValue
(AnyValueType newAnyValue, NotificationChain msgs) NotificationChain
UnNamedDomainTypeImpl.basicSetAnyValue
(AnyValueType newAnyValue, NotificationChain msgs) void
DocumentRootImpl.setAnyValue
(AnyValueType newAnyValue) void
UnNamedDomainTypeImpl.setAnyValue
(AnyValueType newAnyValue) -
Uses of AnyValueType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type AnyValueTypeModifier and TypeMethodDescriptionOws20Switch.caseAnyValueType
(AnyValueType object) Returns the result of interpreting the object as an instance of 'Any Value Type'.boolean
Ows20Validator.validateAnyValueType
(AnyValueType anyValueType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of AnyValueType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type AnyValueTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateAnyValue
(AnyValueType value) boolean
UnNamedDomainTypeValidator.validateAnyValue
(AnyValueType value) -
Uses of AnyValueType in net.opengis.wps20
Methods in net.opengis.wps20 that return AnyValueTypeModifier and TypeMethodDescriptionLiteralDataDomainType.getAnyValue()
Returns the value of the 'Any Value' containment reference.Methods in net.opengis.wps20 with parameters of type AnyValueTypeModifier and TypeMethodDescriptionvoid
LiteralDataDomainType.setAnyValue
(AnyValueType value) Sets the value of the 'Any Value
' containment reference. -
Uses of AnyValueType in net.opengis.wps20.impl
Fields in net.opengis.wps20.impl declared as AnyValueTypeModifier and TypeFieldDescriptionprotected AnyValueType
LiteralDataDomainTypeImpl.anyValue
The cached value of the 'Any Value
' containment reference.Methods in net.opengis.wps20.impl that return AnyValueTypeMethods in net.opengis.wps20.impl with parameters of type AnyValueTypeModifier and TypeMethodDescriptionNotificationChain
LiteralDataDomainTypeImpl.basicSetAnyValue
(AnyValueType newAnyValue, NotificationChain msgs) void
LiteralDataDomainTypeImpl.setAnyValue
(AnyValueType newAnyValue)