Searched refs:ValuePropertyInfo (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/runtime/
H A DRuntimeValuePropertyInfo.java30 import com.sun.xml.internal.bind.v2.model.core.ValuePropertyInfo;
35 public interface RuntimeValuePropertyInfo extends ValuePropertyInfo<Type,Class>,RuntimePropertyInfo,RuntimeNonElementRef {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DValuePropertyInfo.java33 public interface ValuePropertyInfo<T,C> extends PropertyInfo<T,C>, NonElementRef<T,C> { interface in inherits:PropertyInfo,NonElementRef
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DValuePropertyInfoImpl.java29 import com.sun.xml.internal.bind.v2.model.core.ValuePropertyInfo;
36 implements ValuePropertyInfo<TypeT,ClassDeclT> {
H A DClassInfoImpl.java80 import com.sun.xml.internal.bind.v2.model.core.ValuePropertyInfo;
407 if (p instanceof ValuePropertyInfo) return true;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCValuePropertyInfo.java33 import com.sun.xml.internal.bind.v2.model.core.ValuePropertyInfo;
39 * {@link ValuePropertyInfo} implementation for XJC.
43 public final class CValuePropertyInfo extends CSingleTypePropertyInfo implements ValuePropertyInfo<NType,NClass> {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java79 import com.sun.xml.internal.bind.v2.model.core.ValuePropertyInfo;
863 ValuePropertyInfo<T,C> vp = (ValuePropertyInfo<T,C>)c.getProperties().get(0);
899 ValuePropertyInfo vp = (ValuePropertyInfo) p;
994 if (p instanceof ValuePropertyInfo) return true;

Completed in 71 milliseconds