public abstract class MetaReportType
extends java.lang.Object
| コンストラクタと説明 |
|---|
MetaReportType() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
abstract void |
applyConfig(ReportType reportType) |
abstract ReportType |
currentConfig() |
protected void |
fillFrom(ReportType reportType) |
protected void |
fillTo(ReportType reportType) |
java.lang.String |
getOutputFileType() |
void |
setOutputFileType(java.lang.String outputFileType) |
abstract void |
setParam(ReportingOutputModel createOutputModel) |
public java.lang.String getOutputFileType()
public void setOutputFileType(java.lang.String outputFileType)
protected void fillFrom(ReportType reportType)
protected void fillTo(ReportType reportType)
public abstract void applyConfig(ReportType reportType)
public abstract ReportType currentConfig()
public abstract void setParam(ReportingOutputModel createOutputModel)