public class ConvertConfiguration extends Object implements Serializable
コンストラクタと説明 |
---|
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)
フォーマットを設定します。
|
public ConvertConfiguration()
public ConvertConfiguration(String formatType)
formatType
- フォーマットpublic void addOption(String property, Object value)
property
- プロパティvalue
- 値public void clearOptions()
public void removeOption(String property)
property
- プロパティpublic Object getOptionValue(String property)
property
- プロパティpublic String getFormatType()
public void setFormatType(String formatType)
formatType
- フォーマットCopyright © 2009–2023. All rights reserved.