to.tetramorph.starbase.util
クラス DictionaryRequest

java.lang.Object
  上位を拡張 to.tetramorph.starbase.util.DictionaryRequest

public class DictionaryRequest
extends Object

辞書にリクエストを発行する際のリクエストデータ。


コンストラクタの概要
DictionaryRequest(String dictType)
           
 
メソッドの概要
 void clear()
          プロパティと、キャプションを初期化する。
 String get(String key)
          辞書アクションのプロパティを返す。
 String get(String key, String def)
          アトリビュートの値を返す。
 String getActionCommand()
           
 String getCaption()
           
 String getDictType()
          辞書タイプ名を返す。
 void put(String key, String value)
          辞書アクションのプロパティをセットする。
 void setActionCommand(String actionCommand)
           
 void setCaption(String caption)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DictionaryRequest

public DictionaryRequest(String dictType)
メソッドの詳細

clear

public void clear()
プロパティと、キャプションを初期化する。辞書タイプ名はそのまま。


put

public void put(String key,
                String value)
辞書アクションのプロパティをセットする。

パラメータ:
key -
value -

get

public String get(String key)
辞書アクションのプロパティを返す。

パラメータ:
key - プロパティキー
戻り値:
プロパティの値

get

public String get(String key,
                  String def)
アトリビュートの値を返す。存在しないキーを指定した場合はdefを返す。


getDictType

public String getDictType()
辞書タイプ名を返す。

戻り値:
the dictType

getCaption

public String getCaption()
戻り値:
the caption

setCaption

public void setCaption(String caption)
パラメータ:
caption - the caption to set

getActionCommand

public String getActionCommand()
戻り値:
the actionCommand

setActionCommand

public void setActionCommand(String actionCommand)
パラメータ:
actionCommand - the actionCommand to set