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.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.runtime
 

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