org.bbreak.excella.reports.processor
クラス ReportsParserInfo

java.lang.Object
  上位を拡張 org.bbreak.excella.reports.processor.ReportsParserInfo

public class ReportsParserInfo
extends java.lang.Object

帳票解析処理情報を保持するクラス

導入されたバージョン:
1.0

コンストラクタの概要
ReportsParserInfo()
           
 
メソッドの概要
 ReportsParserInfo createChildParserInfo(ParamInfo paramInfo)
          システム情報と帳票パーサーが同一の、帳票解析情報を作成する。
 TagParser<?> getMatchTagParser(Sheet sheet, Cell tagCell)
          解析処理を行うパーサーを取得する。
 ParamInfo getParamInfo()
          パラメータ情報を取得します。
 ReportBook getReportBook()
          ワークブックの置換情報を取得します。
 java.util.List<ReportsTagParser<?>> getReportParsers()
          使用パーサーを取得します。
 void setParamInfo(ParamInfo paramInfo)
          パラメータ情報を設定します。
 void setReportBook(ReportBook reportBook)
          ワークブックの置換情報を設定します。
 void setReportParsers(java.util.List<ReportsTagParser<?>> reportParsers)
          使用パーサーを設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ReportsParserInfo

public ReportsParserInfo()
メソッドの詳細

getParamInfo

public ParamInfo getParamInfo()
パラメータ情報を取得します。

戻り値:
パラメータ情報

setParamInfo

public void setParamInfo(ParamInfo paramInfo)
パラメータ情報を設定します。

パラメータ:
paramInfo - パラメータ情報

getReportParsers

public java.util.List<ReportsTagParser<?>> getReportParsers()
使用パーサーを取得します。

戻り値:
使用パーサー

setReportParsers

public void setReportParsers(java.util.List<ReportsTagParser<?>> reportParsers)
使用パーサーを設定します。

パラメータ:
reportParsers - 使用パーサー

createChildParserInfo

public ReportsParserInfo createChildParserInfo(ParamInfo paramInfo)
システム情報と帳票パーサーが同一の、帳票解析情報を作成する。

パラメータ:
paramInfo - 置換パラメータ情報
戻り値:
帳票解析情報

getMatchTagParser

public TagParser<?> getMatchTagParser(Sheet sheet,
                                      Cell tagCell)
                               throws ParseException
解析処理を行うパーサーを取得する。

パラメータ:
sheet - 対象シート
tagCell - 対象セル
戻り値:
解析処理を行うパーサー
例外:
ParseException

getReportBook

public ReportBook getReportBook()
ワークブックの置換情報を取得します。

戻り値:
ワークブックの置換情報

setReportBook

public void setReportBook(ReportBook reportBook)
ワークブックの置換情報を設定します。

パラメータ:
reportBook - ワークブックの置換情報