Searched defs:defaultProperty (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/
H A DIntrospector.java421 int defaultProperty = getTargetDefaultPropertyIndex();
424 defaultProperty, mds, explicitBeanInfo);
1460 private int defaultProperty; field in class:GenericBeanInfo
1466 PropertyDescriptor[] properties, int defaultProperty,
1472 this.defaultProperty = defaultProperty;
1507 defaultProperty = old.defaultProperty;
1523 return defaultProperty;
1464 GenericBeanInfo(BeanDescriptor beanDescriptor, EventSetDescriptor[] events, int defaultEvent, PropertyDescriptor[] properties, int defaultProperty, MethodDescriptor[] methods, BeanInfo targetBeanInfo) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIGlobalBinding.java109 return defaultProperty;
213 * Gets the default defaultProperty customization.
216 private BIProperty defaultProperty; field in class:BIGlobalBinding
402 this.defaultProperty = new BIProperty(getLocation(),null,null,null,
404 defaultProperty.setParent(parent); // don't forget to initialize the defaultProperty

Completed in 34 milliseconds