Interface WriteableDocumentMetaData
- All Superinterfaces:
Cloneable
,DocumentMetaData
,Serializable
- All Known Implementing Classes:
MemoryDocumentMetaData
-
Method Summary
Modifier and TypeMethodDescriptionboolean
removeEntry
(String entry) void
setBundleAttribute
(String namespace, String name, Object value) void
setBundleType
(String type) void
setEntryAttribute
(String entryName, String attributeName, String value) void
setEntryMimeType
(String entry, String type) Methods inherited from interface org.pentaho.reporting.libraries.docbundle.DocumentMetaData
clone, getBundleAttribute, getBundleType, getEntryAttribute, getEntryAttributeNames, getEntryMimeType, getManifestEntryNames, getMetaDataNames, getMetaDataNamespaces
-
Method Details
-
setBundleType
-
setEntryMimeType
-
setEntryAttribute
-
setBundleAttribute
-
removeEntry
-