public abstract class AbstractReportOutput extends Object implements ReportOutput
| Constructor and Description |
|---|
AbstractReportOutput(OutputFormat format) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
marks the report as CLOSED.
|
OutputFormat |
getFormat() |
Status |
getStatus() |
void |
open()
marks the report as OPEN.
|
void |
output(String templateName) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitoutputpublic AbstractReportOutput(OutputFormat format)
format - public void open()
open in interface ReportOutputpublic void output(String templateName)
templateName - public void close()
close in interface ReportOutputpublic OutputFormat getFormat()
getFormat in interface ReportOutputpublic Status getStatus()
Copyright © 2006–2015. All rights reserved.