public class SingleParamParser extends ReportsTagParser<Object>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
DEFAULT_TAG
デフォルトタグ
|
static String |
PARAM_VALUE
置換変数のパラメータ
|
| コンストラクタと説明 |
|---|
SingleParamParser()
コンストラクタ
|
SingleParamParser(String tag)
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
isParse(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Cell tagCell) |
ParsedReportInfo |
parse(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Cell tagCell,
Object data) |
boolean |
useControlRow()
タグを制御行として扱うか否かを取得する。
|
getParamDatapublic SingleParamParser()
public SingleParamParser(String tag)
tag - タグpublic ParsedReportInfo parse(org.apache.poi.ss.usermodel.Sheet sheet, org.apache.poi.ss.usermodel.Cell tagCell, Object data) throws org.bbreak.excella.core.exception.ParseException
parse クラス内 ReportsTagParser<Object>org.bbreak.excella.core.exception.ParseExceptionpublic boolean useControlRow()
ReportsTagParseruseControlRow クラス内 ReportsTagParser<Object>public boolean isParse(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Cell tagCell)
throws org.bbreak.excella.core.exception.ParseException
isParse クラス内 org.bbreak.excella.core.tag.TagParser<ParsedReportInfo>org.bbreak.excella.core.exception.ParseExceptionCopyright © 2009–2023. All rights reserved.