public class SupportedReportSet extends Object implements IProperty
コンストラクタと説明 |
---|
SupportedReportSet()
コンストラクタ
|
SupportedReportSet(ReportTypeValue... types)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
addSupportedReport(SupportedReport supportedReport)
supported-report プロパティ情報を追加します。
|
void |
addType(ReportTypeValue type)
レポートタイプを追加します。
|
List<ReportTypeValue> |
getReportType()
レポートタイプ一覧を取得します。
|
List<SupportedReport> |
getSupportedReport()
supported-report プロパティ情報一覧を取得します。
|
boolean |
isEmpty()
空かどうかを判定します。
|
void |
write(IacXmlWriter writer)
エレメント情報を出力します。
|
public SupportedReportSet()
public SupportedReportSet(ReportTypeValue... types)
types
- レポートタイプpublic void addSupportedReport(SupportedReport supportedReport)
supportedReport
- supported-report プロパティ情報public void addType(ReportTypeValue type)
supported-report プロパティ情報および report プロパティ情報の生成も同時に行います。
type
- レポートタイプpublic List<ReportTypeValue> getReportType()
以下の場合に null
を返却します。
null
もしくは空の場合null
)場合null
もしくは空の場合は null
を返却します。
public List<SupportedReport> getSupportedReport()
public boolean isEmpty()
supported-report プロパティ情報一覧が空の場合に true
となります。
true
:空である/false
:空でない)public void write(IacXmlWriter writer) throws IacCaldavIOException
IOutputElement
write
インタフェース内 IOutputElement
writer
- XML ライターIacCaldavIOException
- 出力処理に失敗した場合Copyright © 2012-2015 NTT DATA INTRAMART CORPORATION