public interface Metadata
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
Return the content contained in this Metadata object.
|
java.net.URI |
getExternalReference()
Return the reference to the external resource this Metadata object references.
|
java.lang.String |
getTitle()
Return the title for the external resource this Metadata object references.
|
boolean |
isContainedContent()
Return true if this Metadata object directly contains content and return false if,
this Metadata object instead contains a title for and a reference to an external resource.
|
boolean isContainedContent()
java.lang.String getTitle()
java.lang.IllegalStateException - if this Metadata object contains content internally.java.net.URI getExternalReference()
java.lang.IllegalStateException - if this Metadata object contains content internally.java.lang.String getContent()
java.lang.IllegalStateException - if this Metadata object references an external resource.