public class ContentDisposition extends ObjectSE
コンストラクターと説明 |
---|
ContentDisposition() 引数なしのコンストラクター。 |
ContentDisposition(StringSE s) ContentDisposition 文字列を取るコンストラクター。 |
ContentDisposition(StringSE disposition, ParameterList list) コンストラクター。 |
修飾子と型 | メソッドと説明 |
---|---|
StringSE | getDisposition() 処分値を返します。 |
StringSE | getParameter(StringSE name) 指定されたパラメーター値を返します。 |
ParameterList | getParameterList() 使用可能なすべてのパラメーターを保持する ParameterList オブジェクトを返します。 |
void | setDisposition(StringSE disposition) 処分を設定します。 |
void | setParameter(StringSE name, StringSE value) 指定されたパラメーターを設定します。 |
void | setParameterList(ParameterList list) 新しい ParameterList を設定します。 |
StringSE | toString() この ContentDisposition の RFC2045 スタイルの文字列表現を取得します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public ContentDisposition()
public ContentDisposition(StringSE disposition, ParameterList list)
disposition
- 配置 list
- ParameterListpublic ContentDisposition(StringSE s) throws ParseException
s
- ContentDisposition 文字列。ParseException
- 解析が失敗した場合。public StringSE getDisposition()
public StringSE getParameter(StringSE name)
null
を返します。name
- パラメーター名 public ParameterList getParameterList()
public void setDisposition(StringSE disposition)
disposition
- 処分 public void setParameter(StringSE name, StringSE value)
name
- パラメーター名 value
- パラメーター値 public void setParameterList(ParameterList list)
list
- ParameterListpublic StringSE toString()
ObjectSE
の toStringSE
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.