Uses of Interface
com.sun.xml.bind.v2.model.runtime.RuntimeElementPropertyInfo

Packages that use RuntimeElementPropertyInfo
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. 
com.sun.xml.bind.v2.runtime.property   
 

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

Classes in com.sun.xml.bind.v2.model.impl that implement RuntimeElementPropertyInfo
(package private)  class RuntimeElementInfoImpl.RuntimePropertyImpl
           
(package private)  class RuntimeElementPropertyInfoImpl
           
 

Methods in com.sun.xml.bind.v2.model.impl that return RuntimeElementPropertyInfo
 RuntimeElementPropertyInfo RuntimeElementInfoImpl.getProperty()
           
 

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

Methods in com.sun.xml.bind.v2.model.runtime that return RuntimeElementPropertyInfo
 RuntimeElementPropertyInfo RuntimeElementInfo.getProperty()
           
 

Uses of RuntimeElementPropertyInfo in com.sun.xml.bind.v2.runtime.property
 

Fields in com.sun.xml.bind.v2.runtime.property declared as RuntimeElementPropertyInfo
protected  RuntimeElementPropertyInfo ArrayElementProperty.prop
          Set by the constructor and reset in the ArrayElementProperty.wrapUp() method.
 

Constructors in com.sun.xml.bind.v2.runtime.property with parameters of type RuntimeElementPropertyInfo
ArrayElementLeafProperty(JAXBContextImpl p, RuntimeElementPropertyInfo prop)
           
ArrayElementNodeProperty(JAXBContextImpl p, RuntimeElementPropertyInfo prop)
           
ArrayElementProperty(JAXBContextImpl grammar, RuntimeElementPropertyInfo prop)
           
ListElementProperty(JAXBContextImpl grammar, RuntimeElementPropertyInfo prop)
           
SingleElementLeafProperty(JAXBContextImpl context, RuntimeElementPropertyInfo prop)
           
SingleElementNodeProperty(JAXBContextImpl context, RuntimeElementPropertyInfo prop)