Searched defs:createAttributeProperty (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java300 public CAttributePropertyInfo createAttributeProperty( XSAttributeUse use, TypeUse tu ) { method in class:BIProperty
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeClassInfoImpl.java149 protected AttributePropertyInfoImpl createAttributeProperty(PropertySeed<Type,Class,Field,Method> seed) { method in class:RuntimeClassInfoImpl
H A DClassInfoImpl.java861 properties.add(createAttributeProperty(seed));
903 protected AttributePropertyInfoImpl<T,C,F,M> createAttributeProperty(PropertySeed<T,C,F,M> seed) { method in class:ClassInfoImpl

Completed in 36 milliseconds