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

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

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

Methods in com.sun.xml.bind.v2.model.impl that return types with arguments of type RuntimeTypeRef
 List<? extends RuntimeTypeRef> RuntimeElementInfoImpl.RuntimePropertyImpl.getTypes()
           
 

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

Methods in com.sun.xml.bind.v2.model.runtime that return types with arguments of type RuntimeTypeRef
 List<? extends RuntimeTypeRef> RuntimeElementPropertyInfo.getTypes()