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

/openjdk7/jdk/src/share/classes/java/beans/
H A DIndexedPropertyDescriptor.java43 private Reference<Class> indexedPropertyTypeRef; field in class:IndexedPropertyDescriptor
339 this.indexedPropertyTypeRef = getWeakReference(type);
343 return (this.indexedPropertyTypeRef != null)
344 ? this.indexedPropertyTypeRef.get()
493 indexedPropertyTypeRef = old.indexedPropertyTypeRef;
530 appendTo(sb, "indexedPropertyType", this.indexedPropertyTypeRef);

Completed in 29 milliseconds