|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.container.impl.ArgDefImpl org.seasar.framework.container.impl.PropertyDefImpl
PropertyDef
の実装クラスです。
コンストラクタの概要 | |
PropertyDefImpl(java.lang.String propertyName)
PropertyDefImpl を作成します。 |
|
PropertyDefImpl(java.lang.String propertyName,
java.lang.Object value)
PropertyDefImpl を作成します。 |
メソッドの概要 | |
AccessTypeDef |
getAccessTypeDef()
アクセスタイプ定義を返します。 |
BindingTypeDef |
getBindingTypeDef()
バインディングタイプ定義を返します。 |
java.lang.String |
getPropertyName()
インジェクション対象となるプロパティ名またはフィールド名を返します。 |
void |
setAccessTypeDef(AccessTypeDef accessTypeDef)
アクセスタイプ定義を設定します。 |
void |
setBindingTypeDef(BindingTypeDef bindingTypeDef)
バインディングタイプ定義を設定します。 |
クラス org.seasar.framework.container.impl.ArgDefImpl から継承したメソッド |
addMetaDef, getContainer, getExpression, getMetaDef, getMetaDef, getMetaDefs, getMetaDefSize, getValue, isValueGettable, setChildComponentDef, setContainer, setExpression, setValue |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.seasar.framework.container.ArgDef から継承したメソッド |
getContainer, getExpression, getValue, isValueGettable, setChildComponentDef, setContainer, setExpression, setValue |
インタフェース org.seasar.framework.container.MetaDefAware から継承したメソッド |
addMetaDef, getMetaDef, getMetaDef, getMetaDefs, getMetaDefSize |
コンストラクタの詳細 |
public PropertyDefImpl(java.lang.String propertyName)
PropertyDefImpl
を作成します。
propertyName
- public PropertyDefImpl(java.lang.String propertyName, java.lang.Object value)
PropertyDefImpl
を作成します。
propertyName
- value
- メソッドの詳細 |
public java.lang.String getPropertyName()
PropertyDef
の記述:
PropertyDef
内の getPropertyName
public AccessTypeDef getAccessTypeDef()
PropertyDef
の記述:
PropertyDef
内の getAccessTypeDef
public void setAccessTypeDef(AccessTypeDef accessTypeDef)
PropertyDef
の記述:
PropertyDef
内の setAccessTypeDef
accessTypeDef
- アクセスタイプ定義public BindingTypeDef getBindingTypeDef()
PropertyDef
の記述:
PropertyDef
内の getBindingTypeDef
public void setBindingTypeDef(BindingTypeDef bindingTypeDef)
PropertyDef
の記述:
PropertyDef
内の setBindingTypeDef
bindingTypeDef
- バインディングタイプ定義
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |