Uses of Interface
net.opengis.ows11.AnyValueType
Packages that use AnyValueType
Package
Description
-
Uses of AnyValueType in net.opengis.ows11
Methods in net.opengis.ows11 that return AnyValueTypeModifier and TypeMethodDescriptionOws11Factory.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.ows11 with parameters of type AnyValueTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setAnyValue(AnyValueType value) Sets the value of the 'Any Value' containment reference.voidUnNamedDomainType.setAnyValue(AnyValueType value) Sets the value of the 'Any Value' containment reference. -
Uses of AnyValueType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement AnyValueTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Any Value Type'.Fields in net.opengis.ows11.impl declared as AnyValueTypeModifier and TypeFieldDescriptionprotected AnyValueTypeUnNamedDomainTypeImpl.anyValueThe cached value of the 'Any Value' containment reference.Methods in net.opengis.ows11.impl that return AnyValueTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createAnyValueType()DocumentRootImpl.getAnyValue()UnNamedDomainTypeImpl.getAnyValue()Methods in net.opengis.ows11.impl with parameters of type AnyValueTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetAnyValue(AnyValueType newAnyValue, NotificationChain msgs) NotificationChainUnNamedDomainTypeImpl.basicSetAnyValue(AnyValueType newAnyValue, NotificationChain msgs) voidDocumentRootImpl.setAnyValue(AnyValueType newAnyValue) voidUnNamedDomainTypeImpl.setAnyValue(AnyValueType newAnyValue) -
Uses of AnyValueType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type AnyValueTypeModifier and TypeMethodDescriptionOws11Switch.caseAnyValueType(AnyValueType object) Returns the result of interpreting the object as an instance of 'Any Value Type'.booleanOws11Validator.validateAnyValueType(AnyValueType anyValueType, DiagnosticChain diagnostics, Map context) -
Uses of AnyValueType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type AnyValueTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateAnyValue(AnyValueType value) booleanUnNamedDomainTypeValidator.validateAnyValue(AnyValueType value) -
Uses of AnyValueType in net.opengis.wps10
Methods in net.opengis.wps10 that return AnyValueTypeModifier and TypeMethodDescriptionLiteralInputType.getAnyValue()Returns the value of the 'Any Value' containment reference.Methods in net.opengis.wps10 with parameters of type AnyValueTypeModifier and TypeMethodDescriptionvoidLiteralInputType.setAnyValue(AnyValueType value) Sets the value of the 'Any Value' containment reference. -
Uses of AnyValueType in net.opengis.wps10.impl
Fields in net.opengis.wps10.impl declared as AnyValueTypeModifier and TypeFieldDescriptionprotected AnyValueTypeLiteralInputTypeImpl.anyValueThe cached value of the 'Any Value' containment reference.Methods in net.opengis.wps10.impl that return AnyValueTypeMethods in net.opengis.wps10.impl with parameters of type AnyValueTypeModifier and TypeMethodDescriptionNotificationChainLiteralInputTypeImpl.basicSetAnyValue(AnyValueType newAnyValue, NotificationChain msgs) voidLiteralInputTypeImpl.setAnyValue(AnyValueType newAnyValue) -
Uses of AnyValueType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type AnyValueTypeModifier and TypeMethodDescriptionbooleanLiteralInputTypeValidator.validateAnyValue(AnyValueType value)