class PropertyInfo
extends java.lang.Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
(package private) static class |
PropertyInfo.TypeKind |
| コンストラクタと説明 |
|---|
PropertyInfo(java.lang.Class<?> baseClass,
java.beans.PropertyDescriptor descriptor) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.Class<?> |
getComponentType() |
PropertyInfo.TypeKind |
getComponentTypeKind() |
java.beans.PropertyDescriptor |
getDescriptor() |
(package private) static java.lang.reflect.Method |
getMethod(java.lang.Class<?> type,
java.lang.reflect.Method m) |
java.lang.Class<?> |
getPropertyType() |
java.lang.reflect.Method |
getReadMethod() |
PropertyInfo.TypeKind |
getTypeKind() |
java.lang.reflect.Method |
getWriteMethod() |
boolean |
isReadOnly() |
PropertyInfo(java.lang.Class<?> baseClass,
java.beans.PropertyDescriptor descriptor)
public java.beans.PropertyDescriptor getDescriptor()
public PropertyInfo.TypeKind getTypeKind()
public PropertyInfo.TypeKind getComponentTypeKind()
public java.lang.Class<?> getComponentType()
public java.lang.Class<?> getPropertyType()
public boolean isReadOnly()
public java.lang.reflect.Method getReadMethod()
public java.lang.reflect.Method getWriteMethod()
static java.lang.reflect.Method getMethod(java.lang.Class<?> type,
java.lang.reflect.Method m)