Searched defs:IS_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.java45 public static final String IS_PREFIX = "is"; field in interface:WebServiceConstants
/openjdk7/jdk/src/share/classes/java/beans/
H A DIntrospector.java131 static final String IS_PREFIX = "is"; field in class:Introspector
492 if (name.length() <= 3 && !name.startsWith(IS_PREFIX)) {
503 } else if (resultType == boolean.class && name.startsWith(IS_PREFIX)) {
658 if (!method.getName().startsWith(IS_PREFIX)) {

Completed in 46 milliseconds