| Gets the bean's PropertyDescriptor s.
An array of PropertyDescriptors describing the editable propertiessupported by this bean. May return null if the information should beobtained by automatic analysis.If a property is indexed, then its entry in the result array will belong tothe IndexedPropertyDescriptor subclass of PropertyDescriptor. A client ofgetPropertyDescriptors can use "instanceof" to check if a givenPropertyDescriptor is an IndexedPropertyDescriptor. |