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