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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DElementPropertyInfo.java38 public interface ElementPropertyInfo<T,C> extends PropertyInfo<T,C> { interface in inherits:PropertyInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java67 import com.sun.xml.internal.bind.v2.model.core.ElementPropertyInfo;
246 if (p instanceof ElementPropertyInfo) {
247 ElementPropertyInfo<T,C> ep = (ElementPropertyInfo<T,C>) p;
1005 return handleElementProp((ElementPropertyInfo<T,C>)p);
1032 private Tree handleElementProp(final ElementPropertyInfo<T,C> ep) { argument

Completed in 33 milliseconds