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

/openjdk7/jdk/src/share/classes/java/beans/
H A DIndexedPropertyDescriptor.java69 Introspector.SET_PREFIX + NameGenerator.capitalize(propertyName),
71 Introspector.SET_PREFIX + NameGenerator.capitalize(propertyName));
269 indexedWriteMethodName = Introspector.SET_PREFIX + getBaseName();
H A DPropertyDescriptor.java72 Introspector.SET_PREFIX + NameGenerator.capitalize(propertyName));
293 writeMethodName = Introspector.SET_PREFIX + getBaseName();
H A DIntrospector.java130 static final String SET_PREFIX = "set"; field in class:Introspector
510 } else if (void.class.equals(resultType) && name.startsWith(SET_PREFIX)) {
518 if (void.class.equals(resultType) && int.class.equals(argTypes[0]) && name.startsWith(SET_PREFIX)) {
842 SET_PREFIX + NameGenerator.capitalize(result.getName()), 1,

Completed in 37 milliseconds