Uses of Interface
com.sun.xml.bind.v2.model.runtime.RuntimeNonElement

Packages that use RuntimeNonElement
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 RuntimeNonElement in com.sun.xml.bind.v2.model.impl
 

Classes in com.sun.xml.bind.v2.model.impl that implement RuntimeNonElement
 class RuntimeBuiltinLeafInfoImpl<T>
          BuiltinLeafInfoImpl with a support for runtime.
 

Methods in com.sun.xml.bind.v2.model.impl that return RuntimeNonElement
 RuntimeNonElement RuntimeModelBuilder.getClassInfo(java.lang.Class clazz, boolean searchForSuperClass, Locatable upstream)
           
 RuntimeNonElement RuntimeModelBuilder.getClassInfo(java.lang.Class clazz, Locatable upstream)
           
 

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

Subinterfaces of RuntimeNonElement in com.sun.xml.bind.v2.model.runtime
 interface RuntimeArrayInfo
           
 interface RuntimeBuiltinLeafInfo
           
 interface RuntimeClassInfo
           
 interface RuntimeEnumLeafInfo
           
 interface RuntimeLeafInfo
           
 

Methods in com.sun.xml.bind.v2.model.runtime that return RuntimeNonElement
 RuntimeNonElement RuntimeTypeInfoSet.getAnyTypeInfo()
           
 RuntimeNonElement RuntimeTypeInfoSet.getClassInfo(java.lang.Class type)
           
 RuntimeNonElement RuntimeElementInfo.getContentType()
          Short for getProperty().ref().get(0).
 RuntimeNonElement RuntimeArrayInfo.getItemType()
          T of T[].
 RuntimeNonElement RuntimeMapPropertyInfo.getKeyType()
           
 RuntimeNonElement RuntimeAttributePropertyInfo.getTarget()
           
 RuntimeNonElement RuntimeNonElementRef.getTarget()
           
 RuntimeNonElement RuntimeTypeRef.getTarget()
           
 RuntimeNonElement RuntimeValuePropertyInfo.getTarget()
           
 RuntimeNonElement RuntimeTypeInfoSet.getTypeInfo(java.lang.reflect.Type type)
           
 RuntimeNonElement RuntimeMapPropertyInfo.getValueType()