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

Packages that use RuntimeElement
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 RuntimeElement in com.sun.xml.bind.v2.model.impl
 

Classes in com.sun.xml.bind.v2.model.impl that implement RuntimeElement
(package private)  class RuntimeClassInfoImpl
           
(package private)  class RuntimeElementInfoImpl
           
 

Methods in com.sun.xml.bind.v2.model.impl that return types with arguments of type RuntimeElement
 Set<? extends RuntimeElement> RuntimeReferencePropertyInfoImpl.getElements()
           
 Set<? extends RuntimeElement> RuntimeReferencePropertyInfoImpl.ref()
           
 

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

Subinterfaces of RuntimeElement in com.sun.xml.bind.v2.model.runtime
 interface RuntimeElementInfo
           
 

Methods in com.sun.xml.bind.v2.model.runtime that return types with arguments of type RuntimeElement
 Set<? extends RuntimeElement> RuntimeReferencePropertyInfo.getElements()