org.seasar.framework.container.impl
クラス PropertyDefImpl
java.lang.Object
org.seasar.framework.container.impl.ArgDefImpl
org.seasar.framework.container.impl.PropertyDefImpl
- すべての実装インタフェース:
- ArgDef, MetaDefAware, PropertyDef
- public class PropertyDefImpl
- extends ArgDefImpl
- implements PropertyDef
- 作成者:
- higa
クラス 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 |
PropertyDefImpl
public PropertyDefImpl(String propertyName)
PropertyDefImpl
public PropertyDefImpl(String propertyName,
Object value)
getPropertyName
public String getPropertyName()
- インタフェース
PropertyDef
の記述:
- インジェクション対象となるプロパティ名またはフィールド名を返します。
- 定義:
- インタフェース
PropertyDef
内の getPropertyName
- 戻り値:
- 設定対象となるプロパティ名
getAccessTypeDef
public AccessTypeDef getAccessTypeDef()
- インタフェース
PropertyDef
の記述:
- アクセスタイプ定義を返します。
- 定義:
- インタフェース
PropertyDef
内の getAccessTypeDef
- 戻り値:
- アクセスタイプ定義
setAccessTypeDef
public void setAccessTypeDef(AccessTypeDef accessTypeDef)
- インタフェース
PropertyDef
の記述:
- アクセスタイプ定義を設定します。
- 定義:
- インタフェース
PropertyDef
内の setAccessTypeDef
- パラメータ:
accessTypeDef
- アクセスタイプ定義
getBindingTypeDef
public BindingTypeDef getBindingTypeDef()
- インタフェース
PropertyDef
の記述:
- バインディングタイプ定義を返します。
- 定義:
- インタフェース
PropertyDef
内の getBindingTypeDef
- 戻り値:
- バインディングタイプ定義
setBindingTypeDef
public void setBindingTypeDef(BindingTypeDef bindingTypeDef)
- インタフェース
PropertyDef
の記述:
- バインディングタイプ定義を設定します。
- 定義:
- インタフェース
PropertyDef
内の setBindingTypeDef
- パラメータ:
bindingTypeDef
- バインディングタイプ定義
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.