| Gets the bean's PropertyDescriptor s.
An array of PropertyDescriptors describing the editableproperties supported by this bean. May return null if theinformation should be obtained by automatic analysis.If a property is indexed, then its entry in the result array willbelong to the IndexedPropertyDescriptor subclass of PropertyDescriptor.A client of getPropertyDescriptors can use "instanceof" to checkif a given PropertyDescriptor is an IndexedPropertyDescriptor. |