Interface BundleMetaDataEntryWriteHandler
- All Known Implementing Classes:
DateMetaDataEntryWriteHandler,DocumentStatisticWriteHandler,TextMetaDataEntryWriteHandler,UserDefinedAttributeWriteHandler
public interface BundleMetaDataEntryWriteHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(BundleMetaDataXmlWriter bundleWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter writer, String entryNamespace, String entryName, Object entryValue)
-
Method Details
-
write
void write(BundleMetaDataXmlWriter bundleWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter writer, String entryNamespace, String entryName, Object entryValue) throws IOException - Throws:
IOException
-