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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DReferencePropertyInfo.java38 public interface ReferencePropertyInfo<T,C> extends PropertyInfo<T,C> { interface in inherits:PropertyInfo
64 * If this {@link ReferencePropertyInfo} has a wildcard in it,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java75 import com.sun.xml.internal.bind.v2.model.core.ReferencePropertyInfo;
957 if(p instanceof ReferencePropertyInfo && ((ReferencePropertyInfo)p).isMixed()) {
1010 return handleReferenceProp((ReferencePropertyInfo<T,C>)p);
1241 private Tree handleReferenceProp(final ReferencePropertyInfo<T, C> rp) { argument

Completed in 58 milliseconds