public class DefaultMetaDataObject extends MetaDataObject
about, description, fragmentIdentifier
Constructor and Description |
---|
DefaultMetaDataObject(org.jdom2.Element describingElement)
Instantiates a new default meta data object.
|
Modifier and Type | Method and Description |
---|---|
void |
injectDescription(org.jdom2.Element parent)
Inject the description into
parent . |
static DefaultMetaDataObject |
tryToRead(org.jdom2.Element element)
Try to read a meta data object.
|
getAbout, getXmlDescription, setAbout, setAbout
public DefaultMetaDataObject(org.jdom2.Element describingElement)
describingElement
- the element rooting the subtree that describes an entitypublic void injectDescription(org.jdom2.Element parent)
MetaDataObject
parent
.injectDescription
in class MetaDataObject
parent
- the parent element that will host the descriptionpublic static DefaultMetaDataObject tryToRead(org.jdom2.Element element)
element
- the element rooting the meta data subtreeCopyright © 2014. All rights reserved.