public class BaseRowPropertyDescriptor
extends java.beans.PropertyDescriptor
BaseBean接口实例的属性封装| 构造器和说明 |
|---|
BaseRowPropertyDescriptor(java.lang.String name,
gu.sql2java.BaseRow bean) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Class<?> |
getPropertyType() |
java.lang.reflect.Method |
getReadMethod() |
java.lang.reflect.Method |
getWriteMethod() |
createPropertyEditor, equals, getPropertyEditorClass, hashCode, isBound, isConstrained, setBound, setConstrained, setPropertyEditorClass, setReadMethod, setWriteMethodpublic BaseRowPropertyDescriptor(java.lang.String name,
gu.sql2java.BaseRow bean)
throws java.beans.IntrospectionException
java.beans.IntrospectionExceptionpublic java.lang.reflect.Method getReadMethod()
getReadMethod 在类中 java.beans.PropertyDescriptorpublic java.lang.reflect.Method getWriteMethod()
getWriteMethod 在类中 java.beans.PropertyDescriptorpublic java.lang.Class<?> getPropertyType()
getPropertyType 在类中 java.beans.PropertyDescriptorCopyright © 2023. All Rights Reserved.