Searched refs:RuntimeValuePropertyInfo (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/runtime/
H A DRuntimeValuePropertyInfo.java35 public interface RuntimeValuePropertyInfo extends ValuePropertyInfo<Type,Class>,RuntimePropertyInfo,RuntimeNonElementRef { interface in inherits:ValuePropertyInfo,RuntimePropertyInfo,RuntimeNonElementRef
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeValuePropertyInfoImpl.java34 import com.sun.xml.internal.bind.v2.model.runtime.RuntimeValuePropertyInfo;
40 implements RuntimeValuePropertyInfo {
H A DRuntimeClassInfoImpl.java54 import com.sun.xml.internal.bind.v2.model.runtime.RuntimeValuePropertyInfo;
213 RuntimeValuePropertyInfo valuep=null;
219 valuep = (RuntimeValuePropertyInfo)pi;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DValueProperty.java36 import com.sun.xml.internal.bind.v2.model.runtime.RuntimeValuePropertyInfo;
64 public ValueProperty(JAXBContextImpl context, RuntimeValuePropertyInfo prop) {
H A DPropertyFactory.java39 import com.sun.xml.internal.bind.v2.model.runtime.RuntimeValuePropertyInfo;
95 return new ValueProperty(grammar,(RuntimeValuePropertyInfo)info);

Completed in 38 milliseconds