クラス MetaReportType

java.lang.Object
org.iplass.mtp.impl.web.template.report.MetaReportType
すべての実装されたインタフェース:
Serializable, org.iplass.mtp.impl.metadata.MetaData
直系の既知のサブクラス:
MetaJasperReportType, MetaJxlsReportType, MetaPoiReportType

public abstract class MetaReportType extends Object implements org.iplass.mtp.impl.metadata.MetaData
関連項目:
  • コンストラクタの詳細

    • MetaReportType

      public MetaReportType()
  • メソッドの詳細

    • getOutputFileType

      public String getOutputFileType()
    • setOutputFileType

      public void setOutputFileType(String outputFileType)
    • fillFrom

      protected void fillFrom(ReportType reportType)
    • fillTo

      protected void fillTo(ReportType reportType)
    • applyConfig

      public abstract void applyConfig(ReportType reportType)
    • currentConfig

      public abstract ReportType currentConfig()
    • createRuntime

      public abstract MetaReportType.ReportTypeRuntime createRuntime()