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

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