Searched refs:PropertyImpl (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DPropertyImpl.java40 public /*for BSH*/ final class PropertyImpl implements Property { class in inherits:Property
46 PropertyImpl( Mapping parent, FieldOutline fr, QName elementName ) { method in class:PropertyImpl
H A DAbstractMappingImpl.java154 result.add(new PropertyImpl(this,
185 return new PropertyImpl(this,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DPropertyImpl.java43 abstract class PropertyImpl<BeanT> implements Property<BeanT> { class in inherits:Property
51 public PropertyImpl(JAXBContextImpl context, RuntimePropertyInfo prop) { method in class:PropertyImpl
H A DArrayProperty.java43 abstract class ArrayProperty<BeanT,ListT,ItemT> extends PropertyImpl<BeanT> {
H A DAttributeProperty.java58 public final class AttributeProperty<BeanT> extends PropertyImpl<BeanT>
H A DValueProperty.java55 public final class ValueProperty<BeanT> extends PropertyImpl<BeanT> {
H A DSingleElementLeafProperty.java56 final class SingleElementLeafProperty<BeanT> extends PropertyImpl<BeanT> {
H A DSingleElementNodeProperty.java60 final class SingleElementNodeProperty<BeanT,ValueT> extends PropertyImpl<BeanT> {
H A DSingleReferenceNodeProperty.java56 final class SingleReferenceNodeProperty<BeanT,ValueT> extends PropertyImpl<BeanT> {
H A DSingleMapNodeProperty.java64 final class SingleMapNodeProperty<BeanT,ValueT extends Map> extends PropertyImpl<BeanT> {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeElementInfoImpl.java68 protected PropertyImpl createPropertyImpl() {
72 class RuntimePropertyImpl extends PropertyImpl implements RuntimeElementPropertyInfo, RuntimeTypeRef {
H A DElementInfoImpl.java111 private final PropertyImpl property;
119 protected class PropertyImpl implements class in class:ElementInfoImpl
335 protected PropertyImpl createPropertyImpl() {
336 return new PropertyImpl();

Completed in 37 milliseconds