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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceConstants.java44 public static final String GET_PREFIX = "get"; field in interface:WebServiceConstants
/openjdk7/jdk/src/share/classes/java/beans/
H A DIntrospector.java129 static final String GET_PREFIX = "get"; field in class:Introspector
500 if (name.startsWith(GET_PREFIX)) {
508 if (int.class.equals(argTypes[0]) && name.startsWith(GET_PREFIX)) {
831 GET_PREFIX + NameGenerator.capitalize(result.getName()), 0);
951 && !name.startsWith(GET_PREFIX)) {
993 else if (name.startsWith(GET_PREFIX)) {

Completed in 34 milliseconds