Uses of Interface
net.opengis.ows11.MetadataType
Packages that use MetadataType
Package
Description
-
Uses of MetadataType in net.opengis.fes20
Methods in net.opengis.fes20 that return MetadataTypeModifier and TypeMethodDescriptionArgumentType.getMetadata()Returns the value of the 'Metadata' containment reference.AvailableFunctionType.getMetadata()Returns the value of the 'Metadata' containment reference.ResourceIdentifierType.getMetadata()Returns the value of the 'Metadata' containment reference.Methods in net.opengis.fes20 with parameters of type MetadataTypeModifier and TypeMethodDescriptionvoidArgumentType.setMetadata(MetadataType value) Sets the value of the 'Metadata' containment reference.voidAvailableFunctionType.setMetadata(MetadataType value) Sets the value of the 'Metadata' containment reference.voidResourceIdentifierType.setMetadata(MetadataType value) Sets the value of the 'Metadata' containment reference. -
Uses of MetadataType in net.opengis.fes20.impl
Fields in net.opengis.fes20.impl declared as MetadataTypeModifier and TypeFieldDescriptionprotected MetadataTypeArgumentTypeImpl.metadataThe cached value of the 'Metadata' containment reference.protected MetadataTypeAvailableFunctionTypeImpl.metadataThe cached value of the 'Metadata' containment reference.protected MetadataTypeResourceIdentifierTypeImpl.metadataThe cached value of the 'Metadata' containment reference.Methods in net.opengis.fes20.impl that return MetadataTypeModifier and TypeMethodDescriptionArgumentTypeImpl.getMetadata()AvailableFunctionTypeImpl.getMetadata()ResourceIdentifierTypeImpl.getMetadata()Methods in net.opengis.fes20.impl with parameters of type MetadataTypeModifier and TypeMethodDescriptionNotificationChainArgumentTypeImpl.basicSetMetadata(MetadataType newMetadata, NotificationChain msgs) NotificationChainAvailableFunctionTypeImpl.basicSetMetadata(MetadataType newMetadata, NotificationChain msgs) NotificationChainResourceIdentifierTypeImpl.basicSetMetadata(MetadataType newMetadata, NotificationChain msgs) voidArgumentTypeImpl.setMetadata(MetadataType newMetadata) voidAvailableFunctionTypeImpl.setMetadata(MetadataType newMetadata) voidResourceIdentifierTypeImpl.setMetadata(MetadataType newMetadata) -
Uses of MetadataType in net.opengis.ows11
Methods in net.opengis.ows11 that return MetadataTypeModifier and TypeMethodDescriptionOws11Factory.createMetadataType()Returns a new object of class 'Metadata Type'.DocumentRoot.getMetadata()Returns the value of the 'Metadata' containment reference.DocumentRoot.getOtherSource()Returns the value of the 'Other Source' containment reference.Methods in net.opengis.ows11 with parameters of type MetadataTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setMetadata(MetadataType value) Sets the value of the 'Metadata' containment reference.voidDocumentRoot.setOtherSource(MetadataType value) Sets the value of the 'Other Source' containment reference. -
Uses of MetadataType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement MetadataTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Metadata Type'.Methods in net.opengis.ows11.impl that return MetadataTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createMetadataType()DocumentRootImpl.getMetadata()DocumentRootImpl.getOtherSource()Methods in net.opengis.ows11.impl with parameters of type MetadataTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetMetadata(MetadataType newMetadata, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetOtherSource(MetadataType newOtherSource, NotificationChain msgs) voidDocumentRootImpl.setMetadata(MetadataType newMetadata) voidDocumentRootImpl.setOtherSource(MetadataType newOtherSource) -
Uses of MetadataType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type MetadataTypeModifier and TypeMethodDescriptionOws11Switch.caseMetadataType(MetadataType object) Returns the result of interpreting the object as an instance of 'Metadata Type'.booleanOws11Validator.validateMetadataType(MetadataType metadataType, DiagnosticChain diagnostics, Map context) -
Uses of MetadataType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type MetadataTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateMetadata(MetadataType value) booleanDocumentRootValidator.validateOtherSource(MetadataType value) -
Uses of MetadataType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return MetadataTypeModifier and TypeMethodDescriptionElementType.getMetadata()Returns the value of the 'Metadata' containment reference.Methods in net.opengis.wfs20 that return types with arguments of type MetadataTypeModifier and TypeMethodDescriptionEList<MetadataType>ParameterExpressionType.getMetadata()Returns the value of the 'Metadata' containment reference list.EList<MetadataType>StoredQueryDescriptionType.getMetadata()Returns the value of the 'Metadata' containment reference list.Methods in net.opengis.wfs20 with parameters of type MetadataTypeModifier and TypeMethodDescriptionvoidElementType.setMetadata(MetadataType value) Sets the value of the 'Metadata' containment reference. -
Uses of MetadataType in net.opengis.wfs20.impl
Fields in net.opengis.wfs20.impl declared as MetadataTypeModifier and TypeFieldDescriptionprotected MetadataTypeElementTypeImpl.metadataThe cached value of the 'Metadata' containment reference.Fields in net.opengis.wfs20.impl with type parameters of type MetadataTypeModifier and TypeFieldDescriptionprotected EList<MetadataType>ParameterExpressionTypeImpl.metadataThe cached value of the 'Metadata' containment reference list.protected EList<MetadataType>StoredQueryDescriptionTypeImpl.metadataThe cached value of the 'Metadata' containment reference list.Methods in net.opengis.wfs20.impl that return MetadataTypeMethods in net.opengis.wfs20.impl that return types with arguments of type MetadataTypeModifier and TypeMethodDescriptionEList<MetadataType>ParameterExpressionTypeImpl.getMetadata()EList<MetadataType>StoredQueryDescriptionTypeImpl.getMetadata()Methods in net.opengis.wfs20.impl with parameters of type MetadataTypeModifier and TypeMethodDescriptionNotificationChainElementTypeImpl.basicSetMetadata(MetadataType newMetadata, NotificationChain msgs) voidElementTypeImpl.setMetadata(MetadataType newMetadata) -
Uses of MetadataType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type MetadataTypeModifier and TypeMethodDescriptionbooleanElementTypeValidator.validateMetadata(MetadataType value) Method parameters in net.opengis.wfs20.validation with type arguments of type MetadataTypeModifier and TypeMethodDescriptionbooleanParameterExpressionTypeValidator.validateMetadata(EList<MetadataType> value) booleanStoredQueryDescriptionTypeValidator.validateMetadata(EList<MetadataType> value)