|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.doma.bean.FieldAccessBeanWrapper.FieldAccessPropertyWrapper
protected class FieldAccessBeanWrapper.FieldAccessPropertyWrapper
public なフィールドを介してプロパティにアクセスする BeanPropertyWrapper
の実装です。
フィールドの概要 | |
---|---|
protected Field |
field
public なフィールド |
コンストラクタの概要 | |
---|---|
FieldAccessBeanWrapper.FieldAccessPropertyWrapper(Field field)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
String |
getName()
名前を返します。 |
Class<?> |
getPropertyClass()
プロパティのクラスを返します。 |
Object |
getValue()
プロパティの値を取得します。 |
boolean |
isValueGettable()
プロパティから値を取得できるかどうかを返します。 |
boolean |
isValueSettable()
プロパティに値を設定できるかどうかを返します。 |
void |
setValue(Object value)
プロパティに値を設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected final Field field
コンストラクタの詳細 |
---|
public FieldAccessBeanWrapper.FieldAccessPropertyWrapper(Field field)
field
- public なフィールドメソッドの詳細 |
---|
public String getName()
BeanPropertyWrapper
の記述:
BeanPropertyWrapper
内の getName
public Class<?> getPropertyClass()
BeanPropertyWrapper
の記述:
BeanPropertyWrapper
内の getPropertyClass
public boolean isValueGettable()
BeanPropertyWrapper
の記述:
BeanPropertyWrapper
内の isValueGettable
true
public Object getValue()
BeanPropertyWrapper
の記述:
BeanPropertyWrapper
内の getValue
public boolean isValueSettable()
BeanPropertyWrapper
の記述:
BeanPropertyWrapper
内の isValueSettable
true
public void setValue(Object value)
BeanPropertyWrapper
の記述:
BeanPropertyWrapper
内の setValue
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |