Uses of Class
com.sun.xml.bind.v2.model.core.Ref

Packages that use Ref
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. 
 

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

Methods in com.sun.xml.bind.v2.model.core with parameters of type Ref
 NonElement<T,C> TypeInfoSet.getTypeInfo(Ref<T,C> ref)
          Returns a type information for the given reference.
 

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

Methods in com.sun.xml.bind.v2.model.impl with parameters of type Ref
 NonElement<T,C> ModelBuilder.getTypeInfo(Ref<T,C> ref)
          This method is used to add a root reference to a model.
 NonElement<TypeT,ClassDeclT> TypeInfoSetImpl.getTypeInfo(Ref<TypeT,ClassDeclT> ref)
          This method is used to add a root reference to a model.