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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIConversion.java90 public abstract TypeUse getTypeUse( XSSimpleType owner ); method in class:BIConversion
112 public TypeUse getTypeUse(XSSimpleType owner) { method in class:BIConversion.Static
150 * Cache used by {@link #getTypeUse(XSSimpleType)} to improve the performance.
154 public TypeUse getTypeUse(XSSimpleType owner) { method in class:BIConversion.User
324 public TypeUse getTypeUse(XSSimpleType owner) { method in class:BIConversion.UserAdapter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DSimpleTypeBuilder.java223 return conv.getTypeUse(type);
250 return conv.getTypeUse(type);
338 return conv.getTypeUse(type);
636 return conv.getTypeUse(type);

Completed in 228 milliseconds