Searched refs:ArrayProperty (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DArrayProperty.java43 abstract class ArrayProperty<BeanT,ListT,ItemT> extends PropertyImpl<BeanT> { class in inherits:PropertyImpl
47 protected ArrayProperty(JAXBContextImpl context, RuntimePropertyInfo prop) { method in class:ArrayProperty
H A DListElementProperty.java56 final class ListElementProperty<BeanT,ListT,ItemT> extends ArrayProperty<BeanT,ListT,ItemT> {
H A DArrayERProperty.java59 abstract class ArrayERProperty<BeanT,ListT,ItemT> extends ArrayProperty<BeanT,ListT,ItemT> {

Completed in 31 milliseconds