public class PropertyDescriptors extends Object
| 构造器和说明 |
|---|
PropertyDescriptors() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
equals(PropertyDescriptor pd,
PropertyDescriptor otherPd)
Compare the given
PropertyDescriptors and return true if
they are equivalent, i.e. their read method, write method, property type,
property editor and flags are equivalent. |
public static boolean equals(PropertyDescriptor pd, PropertyDescriptor otherPd)
PropertyDescriptors and return true if
they are equivalent, i.e. their read method, write method, property type,
property editor and flags are equivalent.Copyright © 2022. All rights reserved.