Changes between Version 6 and Version 7 of ApertureDataObject
- Timestamp:
- 10/17/05 23:19:21 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureDataObject
v6 v7 18 18 * returned by getContent() and 19 19 * the RDF metadata returned by getMetadata() are important. 20 * In structured data sources that are not file-based, the getContent() method 21 * will return null, and all structured data of the object are represented 22 * in the getMetadata object. 20 23 * 21 24 */ … … 86 89 */ 87 90 public RDFMap getMetadata(); 91 92 /** 93 * what is the mime-type of the content, if there is content? 94 */ 95 public String getMimeType(); 88 96 } 89 97 }}}