public class TypedPropertyDescriptor extends PropertyDescriptor implements IIntrinsicTypeReference
| Constructor and Description |
|---|
TypedPropertyDescriptor(String propertyName,
Class beanClass,
String getterName,
String setterName)
Used to construct a property descriptor for extension fields.
|
| Modifier and Type | Method and Description |
|---|---|
IType |
getFeatureType()
The type of this feature e.g., for a property this is the property's type.
|
Class |
getPropertyType() |
void |
setReadMethod(Method getter) |
void |
setWriteMethod(Method setter) |
createPropertyEditor, equals, getPropertyEditorClass, getReadMethod, getWriteMethod, hashCode, isBound, isConstrained, setBound, setConstrained, setPropertyEditorClassattributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAssignableFeatureTypepublic TypedPropertyDescriptor(String propertyName, Class beanClass, String getterName, String setterName) throws IntrospectionException
IntrospectionExceptionpublic Class getPropertyType()
getPropertyType in class PropertyDescriptorpublic void setReadMethod(Method getter) throws IntrospectionException
setReadMethod in class PropertyDescriptorIntrospectionExceptionpublic void setWriteMethod(Method setter) throws IntrospectionException
setWriteMethod in class PropertyDescriptorIntrospectionExceptionpublic IType getFeatureType()
IIntrinsicTypeReferencegetFeatureType in interface IIntrinsicTypeReferenceCopyright © 2021. All rights reserved.