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

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

Classes in com.sun.tools.xjc.model that implement NonElementRef
 class CAttributePropertyInfo
          AttributePropertyInfo for the compiler.
 class CTypeRef
          TypeRef for XJC.
 class CValuePropertyInfo
          ValuePropertyInfo implementation for XJC.
 

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

Subinterfaces of NonElementRef in com.sun.xml.bind.v2.model.core
 interface AttributePropertyInfo<T,C>
          Attribute PropertyInfo.
 interface TypeRef<T,C>
          Information about a type referenced from ElementPropertyInfo.
 interface ValuePropertyInfo<T,C>
          Value PropertyInfo.
 

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

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

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

Subinterfaces of NonElementRef in com.sun.xml.bind.v2.model.runtime
 interface RuntimeAttributePropertyInfo
           
 interface RuntimeNonElementRef
          Runtime version of NonElementRef.
 interface RuntimeTypeRef
           
 interface RuntimeValuePropertyInfo