Searched refs:indexedReadMethodName (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/
H A DIndexedPropertyDescriptor.java47 private String indexedReadMethodName; field in class:IndexedPropertyDescriptor
87 * @param indexedReadMethodName The name of the method used for reading
98 String indexedReadMethodName, String indexedWriteMethodName)
102 this.indexedReadMethodName = indexedReadMethodName;
103 if (indexedReadMethodName != null && getIndexedReadMethod() == null) {
104 throw new IntrospectionException("Method not found: " + indexedReadMethodName);
180 (indexedReadMethodName == null && indexedReadMethodRef == null)) {
185 if (indexedReadMethodName == null) {
188 indexedReadMethodName
96 IndexedPropertyDescriptor(String propertyName, Class<?> beanClass, String readMethodName, String writeMethodName, String indexedReadMethodName, String indexedWriteMethodName) argument
[all...]

Completed in 29 milliseconds