Package ome.xml.meta
Interface BaseMetadata
-
- All Known Subinterfaces:
IMetadata,MetadataRetrieve,MetadataStore,OMEXMLMetadata
- All Known Implementing Classes:
AbstractOMEXMLMetadata,AggregateMetadata,DummyMetadata,FilterMetadata,OMEXMLMetadataImpl
public interface BaseMetadataA proxy capable of bidirectional communication of biological image data to and from a particular storage medium.The
BaseMetadatainterface is implemented by metadata storage implementations that handles both storage (seeMetadataStore) and retrieval (seeMetadataRetrieve) of metadata fields. It exists mainly to storeMetadataStoreandMetadataRetrieveobject types within the same container.