Uses of Interface
net.opengis.ows10.MetadataType
Packages that use MetadataType
-
Uses of MetadataType in net.opengis.ows10
Methods in net.opengis.ows10 that return MetadataTypeModifier and TypeMethodDescriptionOws10Factory.createMetadataType()
Returns a new object of class 'Metadata Type'.DocumentRoot.getMetadata()
Returns the value of the 'Metadata' containment reference.Methods in net.opengis.ows10 that return types with arguments of type MetadataTypeModifier and TypeMethodDescriptionEList<MetadataType>
DomainType.getMetadata()
Returns the value of the 'Metadata' containment reference list.EList<MetadataType>
IdentificationType.getMetadata()
Returns the value of the 'Metadata' containment reference list.EList<MetadataType>
OperationType.getMetadata()
Returns the value of the 'Metadata' containment reference list.Methods in net.opengis.ows10 with parameters of type MetadataTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setMetadata
(MetadataType value) Sets the value of the 'Metadata
' containment reference. -
Uses of MetadataType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement MetadataTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Metadata Type'.Fields in net.opengis.ows10.impl with type parameters of type MetadataTypeModifier and TypeFieldDescriptionprotected EList<MetadataType>
DomainTypeImpl.metadata
The cached value of the 'Metadata
' containment reference list.protected EList<MetadataType>
IdentificationTypeImpl.metadata
The cached value of the 'Metadata
' containment reference list.protected EList<MetadataType>
OperationTypeImpl.metadata
The cached value of the 'Metadata
' containment reference list.Methods in net.opengis.ows10.impl that return MetadataTypeModifier and TypeMethodDescriptionOws10FactoryImpl.createMetadataType()
DocumentRootImpl.getMetadata()
Methods in net.opengis.ows10.impl that return types with arguments of type MetadataTypeModifier and TypeMethodDescriptionEList<MetadataType>
DomainTypeImpl.getMetadata()
EList<MetadataType>
IdentificationTypeImpl.getMetadata()
EList<MetadataType>
OperationTypeImpl.getMetadata()
Methods in net.opengis.ows10.impl with parameters of type MetadataTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetMetadata
(MetadataType newMetadata, NotificationChain msgs) void
DocumentRootImpl.setMetadata
(MetadataType newMetadata) -
Uses of MetadataType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type MetadataTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateMetadata
(MetadataType value)