Searched defs:createValueProperty (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.java282 public CValuePropertyInfo createValueProperty(String defaultName,boolean forConstant, method in class:BIProperty
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeClassInfoImpl.java154 protected ValuePropertyInfoImpl createValueProperty(PropertySeed<Type,Class,Field,Method> seed) { method in class:RuntimeClassInfoImpl
H A DClassInfoImpl.java864 properties.add(createValueProperty(seed));
907 protected ValuePropertyInfoImpl<T,C,F,M> createValueProperty(PropertySeed<T,C,F,M> seed) { method in class:ClassInfoImpl

Completed in 2304 milliseconds