|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.bbreak.excella.reports.model.ConvertConfiguration
public class ConvertConfiguration
変換情報を保持するクラス
コンストラクタの概要 | |
---|---|
ConvertConfiguration(String formatType)
コンストラクタ |
メソッドの概要 | |
---|---|
void |
addOption(String property,
Object value)
オプションを追加する。 |
void |
addOptions(Map<String,Object> options)
オプションを追加する。 |
void |
clearOptions()
オプションを初期化する。 |
String |
getFormatType()
フォーマットを取得します。 |
Map<String,Object> |
getOptions()
オプションを取得する。 |
Set<String> |
getOptionsProperties()
オプションプロパティ一覧の取得する。 |
Object |
getOptionValue(String property)
オプション設定値を取得する。 |
void |
removeOption(String property)
オプションを削除する。 |
void |
setFormatType(String formatType)
フォーマットを設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ConvertConfiguration(String formatType)
formatType
- フォーマットメソッドの詳細 |
---|
public void addOption(String property, Object value)
property
- プロパティvalue
- 値public void addOptions(Map<String,Object> options)
options
- オプションpublic void clearOptions()
public void removeOption(String property)
property
- プロパティpublic Set<String> getOptionsProperties()
public Object getOptionValue(String property)
property
- プロパティ
public Map<String,Object> getOptions()
public String getFormatType()
public void setFormatType(String formatType)
formatType
- フォーマット
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |