Package | Description |
---|---|
de.unirostock.sems.cbarchive | |
de.unirostock.sems.cbarchive.meta |
Modifier and Type | Method and Description |
---|---|
List<MetaDataObject> |
ArchiveEntry.getDescriptions()
Gets the
MetaDataObjects describing this entry. |
Modifier and Type | Method and Description |
---|---|
void |
ArchiveEntry.addDescription(MetaDataObject description)
Adds another meta object describing this entry.
|
void |
ArchiveEntry.addDescription(String fragmentIdentifier,
MetaDataObject description)
Adds another meta object describing this entry.
|
boolean |
ArchiveEntry.removeDescription(MetaDataObject toDelete)
Removes a certain description.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMetaDataObject
The Class DefaultMetaDataObject, a fall back if we do not understand the meta
data that is encoded in the XML.
|
class |
OmexMetaDataObject
The Class OmexMetaDataObject representing meta data in OMEX format.
|
Copyright © 2014. All rights reserved.