|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectshohaku.core.beans.FeatureInfo
shohaku.core.beans.BindParametersInfo
更新規則と名前で拘束されたパラメータ情報のリストを格納する機能を提供します。
コンストラクタの概要 | |
BindParametersInfo()
デフォルトコンストラクタ。 |
|
BindParametersInfo(BindParameterInfo[] params)
パラメータ情報の配列を指定して初期化します。 |
メソッドの概要 | |
java.lang.String[] |
geParameterNames()
パラメータ拘束名を返却します。 |
BindParameterInfo[] |
getParameteres()
パラメータ情報の配列を返却します。 |
int[] |
getParameterRules()
パラメータの拘束ルールを返却します。 |
java.lang.Class[] |
getParameterTypes()
パラメータの型を返却します。 |
java.lang.Object[] |
getParameterValues()
パラメータの値を返却します。 |
void |
setParameteres(BindParameterInfo[] params)
パラメータ情報の配列を格納します。 |
クラス shohaku.core.beans.FeatureInfo から継承したメソッド |
checkUnmodifiable, isUnmodifiable, setUnmodifiable |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public BindParametersInfo()
public BindParametersInfo(BindParameterInfo[] params)
params
- パラメータの情報メソッドの詳細 |
public java.lang.Object[] getParameterValues()
public java.lang.Class[] getParameterTypes()
public java.lang.String[] geParameterNames()
public int[] getParameterRules()
public BindParameterInfo[] getParameteres()
public void setParameteres(BindParameterInfo[] params)
params
- パラメータ情報の配列
UnmodifiableStateException
- 変更不可の状態で呼び出された場合
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |