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

Packages that use TypeRef
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 TypeRef in com.sun.tools.xjc.model
 

Classes in com.sun.tools.xjc.model that implement TypeRef
 class CTypeRef
          TypeRef for XJC.
 

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

Methods in com.sun.xml.bind.v2.model.core that return types with arguments of type TypeRef
 List<? extends TypeRef<T,C>> ElementPropertyInfo.getTypes()
          Returns the information about the types allowed in this property.
 

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

Classes in com.sun.xml.bind.v2.model.impl that implement TypeRef
protected  class ElementInfoImpl.PropertyImpl
          Singleton instance of ElementPropertyInfo for this element.
(package private)  class RuntimeElementInfoImpl.RuntimePropertyImpl
           
(package private)  class RuntimeTypeRefImpl
           
(package private)  class TypeRefImpl<TypeT,ClassDeclT>
           
 

Methods in com.sun.xml.bind.v2.model.impl that return types with arguments of type TypeRef
 List<? extends TypeRef<T,C>> ElementInfoImpl.PropertyImpl.getTypes()
           
 

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

Subinterfaces of TypeRef in com.sun.xml.bind.v2.model.runtime
 interface RuntimeTypeRef