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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DPropertyInfoImpl.java63 abstract class PropertyInfoImpl<T,C,F,M> class in inherits:PropertyInfo,Locatable,Comparable
64 implements PropertyInfo<T,C>, Locatable, Comparable<PropertyInfoImpl> /*by their names*/ {
83 protected PropertyInfoImpl(ClassInfoImpl<T,C,F,M> parent, PropertySeed<T,C,F,M> spi) { method in class:PropertyInfoImpl
305 * A {@link PropertyInfoImpl} is always referenced by its enclosing class,
375 public int compareTo(PropertyInfoImpl that) {

Completed in 30 milliseconds