クラス
shohaku.core.beans.ParametersInfo の使用

ParametersInfo を使用しているパッケージ
shohaku.core.beans JavaBean 制御するユーティリティを提供します。 
 

shohaku.core.beans での ParametersInfo の使用
 

ParametersInfo を返す shohaku.core.beans のメソッド
 ParametersInfo MethodFeatureInfo.getParameteres()
          パラメータ情報のリストを返却します。
 

ParametersInfo 型のパラメータを持つ shohaku.core.beans のメソッド
 void MethodFeatureInfo.setParameteres(ParametersInfo params)
          パラメータ情報のリストを格納します。
 

ParametersInfo 型のパラメータを持つ shohaku.core.beans のコンストラクタ
MethodInfo(java.lang.String methodName, ParametersInfo params, int type)
          引数のプロパティを格納して初期化します。
FactoryMethodInfo(ParametersInfo params)
          引数のプロパティを格納して初期化します。
FactoryMethodInfo(ParametersInfo params, java.lang.Class factoryType)
          引数のプロパティを格納して初期化します。
FactoryMethodInfo(java.lang.String methodName, ParametersInfo params)
          引数のプロパティを格納して初期化します。
FactoryMethodInfo(java.lang.String methodName, ParametersInfo params, java.lang.Class factoryType)
          引数のプロパティを格納して初期化します。