Searched defs:getValueType (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DMapPropertyInfo.java96 NonElement<T,C> getValueType(); method in interface:MapPropertyInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/runtime/
H A DRuntimeMapPropertyInfo.java37 RuntimeNonElement getValueType(); method in interface:RuntimeMapPropertyInfo
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLParamElement.java76 public String getValueType(); method in interface:HTMLParamElement
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeMapPropertyInfoImpl.java61 public RuntimeNonElement getValueType() { method in class:RuntimeMapPropertyInfoImpl
62 return (RuntimeNonElement)super.getValueType();
H A DMapPropertyInfoImpl.java75 return Arrays.asList(getKeyType(),getValueType());
96 public NonElement<T,C> getValueType() { method in class:MapPropertyInfoImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DAccessor.java82 public Class<ValueT> getValueType() { method in class:Accessor
183 return !nonAbstractableClasses.contains(getValueType());

Completed in 49 milliseconds