Uses of Interface
com.sun.xml.bind.v2.model.core.ElementPropertyInfo

Packages that use ElementPropertyInfo
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
com.sun.xml.bind.v2.model.runtime The specialization of com.sun.xml.bind.v2.model.core for the runtime. 
 

Uses of ElementPropertyInfo in com.sun.tools.xjc.model
 

Classes in com.sun.tools.xjc.model that implement ElementPropertyInfo
 class CElementPropertyInfo
          ElementPropertyInfo for the compiler.
 

Uses of ElementPropertyInfo in com.sun.xml.bind.v2.model.core
 

Methods in com.sun.xml.bind.v2.model.core that return ElementPropertyInfo
 ElementPropertyInfo<T,C> ElementInfo.getProperty()
          Gets the object that represents the value property.
 

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

Classes in com.sun.xml.bind.v2.model.impl that implement ElementPropertyInfo
protected  class ElementInfoImpl.PropertyImpl
          Singleton instance of ElementPropertyInfo for this element.
(package private)  class ElementPropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>
          Common ElementPropertyInfo implementation used for both APT and runtime.
(package private)  class RuntimeElementInfoImpl.RuntimePropertyImpl
           
(package private)  class RuntimeElementPropertyInfoImpl
           
 

Methods in com.sun.xml.bind.v2.model.impl that return ElementPropertyInfo
 ElementPropertyInfo<T,C> ElementInfoImpl.getProperty()
           
 

Uses of ElementPropertyInfo in com.sun.xml.bind.v2.model.runtime
 

Subinterfaces of ElementPropertyInfo in com.sun.xml.bind.v2.model.runtime
 interface RuntimeElementPropertyInfo