public interface Metadata
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Return the content contained in this Metadata object.
|
URI |
getExternalReference()
Return the reference to the external resource this Metadata object references.
|
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()
String getTitle()
IllegalStateException
- if this Metadata object contains content internally.URI getExternalReference()
IllegalStateException
- if this Metadata object contains content internally.String getContent()
IllegalStateException
- if this Metadata object references an external resource.Copyright © 1999–2015 UCAR/Unidata. All rights reserved.