|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Metadata
Represents non-THREDDS metadata about the containing dataset. This Metadata object may either directly contain content or contain an reference to an external resource.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |