Uses of Class
com.sun.xml.bind.v2.model.impl.ElementPropertyInfoImpl

Packages that use ElementPropertyInfoImpl
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
 

Uses of ElementPropertyInfoImpl in com.sun.xml.bind.v2.model.impl
 

Subclasses of ElementPropertyInfoImpl in com.sun.xml.bind.v2.model.impl
(package private)  class RuntimeElementPropertyInfoImpl
           
 

Fields in com.sun.xml.bind.v2.model.impl declared as ElementPropertyInfoImpl
protected  ElementPropertyInfoImpl<TypeT,ClassDeclT,?,?> TypeRefImpl.owner
           
 

Methods in com.sun.xml.bind.v2.model.impl that return ElementPropertyInfoImpl
protected  ElementPropertyInfoImpl<T,C,F,M> ClassInfoImpl.createElementProperty(PropertySeed<T,C,F,M> seed)
           
protected  ElementPropertyInfoImpl RuntimeClassInfoImpl.createElementProperty(PropertySeed<Type,Class,Field,Method> seed)
           
 

Constructors in com.sun.xml.bind.v2.model.impl with parameters of type ElementPropertyInfoImpl
TypeRefImpl(ElementPropertyInfoImpl<TypeT,ClassDeclT,?,?> owner, QName elementName, TypeT type, boolean isNillable, String defaultValue)