public class Report extends Object implements IProperty
コンストラクタと説明 |
---|
Report() |
修飾子とタイプ | メソッドと説明 |
---|---|
ReportTypeValue |
getType()
レポートタイプを取得します。
|
boolean |
isEmpty()
空かどうかを判定します。
|
void |
setType(ReportTypeValue type)
レポートタイプを設定します。
|
void |
write(IacXmlWriter writer)
エレメント情報を出力します。
|
public ReportTypeValue getType()
public boolean isEmpty()
レポートタイプが null
の場合に true
となります。
true
:空である/false
:空でない)public void setType(ReportTypeValue type)
type
- レポートタイプpublic void write(IacXmlWriter writer) throws IacCaldavIOException
IOutputElement
write
インタフェース内 IOutputElement
writer
- XML ライターIacCaldavIOException
- 出力処理に失敗した場合Copyright © 2012-2015 NTT DATA INTRAMART CORPORATION