Uses of Interface
net.opengis.ows11.MetadataType
-
-
Uses of MetadataType in net.opengis.fes20
Methods in net.opengis.fes20 that return MetadataType Modifier and Type Method Description MetadataTypeArgumentType. getMetadata()Returns the value of the 'Metadata' containment reference.MetadataTypeAvailableFunctionType. getMetadata()Returns the value of the 'Metadata' containment reference.MetadataTypeResourceIdentifierType. getMetadata()Returns the value of the 'Metadata' containment reference.Methods in net.opengis.fes20 with parameters of type MetadataType Modifier and Type Method Description voidArgumentType. 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 MetadataType Modifier and Type Field Description protected 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 MetadataType Modifier and Type Method Description MetadataTypeArgumentTypeImpl. getMetadata()MetadataTypeAvailableFunctionTypeImpl. getMetadata()MetadataTypeResourceIdentifierTypeImpl. getMetadata()Methods in net.opengis.fes20.impl with parameters of type MetadataType Modifier and Type Method Description NotificationChainArgumentTypeImpl. 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 MetadataType Modifier and Type Method Description MetadataTypeOws11Factory. createMetadataType()Returns a new object of class 'Metadata Type'.MetadataTypeDocumentRoot. getMetadata()Returns the value of the 'Metadata' containment reference.MetadataTypeDocumentRoot. getOtherSource()Returns the value of the 'Other Source' containment reference.Methods in net.opengis.ows11 with parameters of type MetadataType Modifier and Type Method Description voidDocumentRoot. 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 MetadataType Modifier and Type Class Description classMetadataTypeImplAn implementation of the model object 'Metadata Type'.Methods in net.opengis.ows11.impl that return MetadataType Modifier and Type Method Description MetadataTypeOws11FactoryImpl. createMetadataType()MetadataTypeDocumentRootImpl. getMetadata()MetadataTypeDocumentRootImpl. getOtherSource()Methods in net.opengis.ows11.impl with parameters of type MetadataType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 MetadataType Modifier and Type Method Description ObjectOws11Switch. 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 MetadataType Modifier and Type Method Description booleanDocumentRootValidator. validateMetadata(MetadataType value)booleanDocumentRootValidator. validateOtherSource(MetadataType value) -
Uses of MetadataType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return MetadataType Modifier and Type Method Description MetadataTypeElementType. getMetadata()Returns the value of the 'Metadata' containment reference.Methods in net.opengis.wfs20 that return types with arguments of type MetadataType Modifier and Type Method Description EList<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 MetadataType Modifier and Type Method Description voidElementType. 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 MetadataType Modifier and Type Field Description protected MetadataTypeElementTypeImpl. metadataThe cached value of the 'Metadata' containment reference.Fields in net.opengis.wfs20.impl with type parameters of type MetadataType Modifier and Type Field Description protected 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 MetadataType Modifier and Type Method Description MetadataTypeElementTypeImpl. getMetadata()Methods in net.opengis.wfs20.impl that return types with arguments of type MetadataType Modifier and Type Method Description EList<MetadataType>ParameterExpressionTypeImpl. getMetadata()EList<MetadataType>StoredQueryDescriptionTypeImpl. getMetadata()Methods in net.opengis.wfs20.impl with parameters of type MetadataType Modifier and Type Method Description NotificationChainElementTypeImpl. 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 MetadataType Modifier and Type Method Description booleanElementTypeValidator. validateMetadata(MetadataType value)Method parameters in net.opengis.wfs20.validation with type arguments of type MetadataType Modifier and Type Method Description booleanParameterExpressionTypeValidator. validateMetadata(EList<MetadataType> value)booleanStoredQueryDescriptionTypeValidator. validateMetadata(EList<MetadataType> value)
-