public class ReportsParserInfo extends Object
コンストラクタと説明 |
---|
ReportsParserInfo() |
修飾子とタイプ | メソッドと説明 |
---|---|
ReportsParserInfo |
createChildParserInfo(ParamInfo paramInfo)
システム情報と帳票パーサーが同一の、帳票解析情報を作成する。
|
org.bbreak.excella.core.tag.TagParser<?> |
getMatchTagParser(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Cell tagCell)
解析処理を行うパーサーを取得する。
|
ParamInfo |
getParamInfo()
パラメータ情報を取得します。
|
ReportBook |
getReportBook()
ワークブックの置換情報を取得します。
|
List<ReportsTagParser<?>> |
getReportParsers()
使用パーサーを取得します。
|
void |
setParamInfo(ParamInfo paramInfo)
パラメータ情報を設定します。
|
void |
setReportBook(ReportBook reportBook)
ワークブックの置換情報を設定します。
|
void |
setReportParsers(List<ReportsTagParser<?>> reportParsers)
使用パーサーを設定します。
|
public ParamInfo getParamInfo()
public void setParamInfo(ParamInfo paramInfo)
paramInfo
- パラメータ情報public List<ReportsTagParser<?>> getReportParsers()
public void setReportParsers(List<ReportsTagParser<?>> reportParsers)
reportParsers
- 使用パーサーpublic ReportsParserInfo createChildParserInfo(ParamInfo paramInfo)
paramInfo
- 置換パラメータ情報public org.bbreak.excella.core.tag.TagParser<?> getMatchTagParser(org.apache.poi.ss.usermodel.Sheet sheet, org.apache.poi.ss.usermodel.Cell tagCell) throws org.bbreak.excella.core.exception.ParseException
sheet
- 対象シートtagCell
- 対象セルorg.bbreak.excella.core.exception.ParseException
public ReportBook getReportBook()
public void setReportBook(ReportBook reportBook)
reportBook
- ワークブックの置換情報Copyright © 2009–2023. All rights reserved.