org.seasar.framework.beans
インタフェース PropertyDesc
- 既知の実装クラスの一覧:
- PropertyDescImpl
- public interface PropertyDesc
- 作成者:
- higa
getPropertyName
public String getPropertyName()
getPropertyType
public Class getPropertyType()
getReadMethod
public Method getReadMethod()
setReadMethod
public void setReadMethod(Method readMethod)
hasReadMethod
public boolean hasReadMethod()
getWriteMethod
public Method getWriteMethod()
setWriteMethod
public void setWriteMethod(Method writeMethod)
hasWriteMethod
public boolean hasWriteMethod()
getValue
public Object getValue(Object target)
setValue
public void setValue(Object target,
Object value)
convertIfNeed
public Object convertIfNeed(Object value)
Copyright © 2004-2006 The Seasar Foundation. All Rights Reserved.