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
(package private)  class RuntimeAnyTypeImpl
           
(package private)  class RuntimeArrayInfoImpl
           
 class RuntimeBuiltinLeafInfoImpl<T>
          BuiltinLeafInfoImpl with a support for runtime.
(package private)  class RuntimeClassInfoImpl
           
(package private)  class RuntimeEnumLeafInfoImpl<T extends Enum<T>,B>
           
 

Fields in com.sun.xml.bind.v2.model.impl declared as RuntimeNonElement
(package private) static RuntimeNonElement RuntimeAnyTypeImpl.theInstance
           
 

Methods in com.sun.xml.bind.v2.model.impl that return RuntimeNonElement
protected  RuntimeNonElement RuntimeTypeInfoSetImpl.createAnyType()
           
 RuntimeNonElement RuntimeTypeInfoSetImpl.getAnyTypeInfo()
           
 RuntimeNonElement RuntimeTypeInfoSetImpl.getClassInfo(Class clazz)
           
 RuntimeNonElement RuntimeModelBuilder.getClassInfo(Class clazz, boolean searchForSuperClass, Locatable upstream)
           
 RuntimeNonElement RuntimeModelBuilder.getClassInfo(Class clazz, Locatable upstream)
           
 RuntimeNonElement RuntimeElementInfoImpl.getContentType()
           
 RuntimeNonElement RuntimeArrayInfoImpl.getItemType()
           
 RuntimeNonElement RuntimeMapPropertyInfoImpl.getKeyType()
           
 RuntimeNonElement RuntimeElementInfoImpl.RuntimePropertyImpl.getTarget()
           
 RuntimeNonElement RuntimeTypeRefImpl.getTarget()
           
 RuntimeNonElement RuntimeValuePropertyInfoImpl.getTarget()
           
 RuntimeNonElement RuntimeAttributePropertyInfoImpl.getTarget()
           
 RuntimeNonElement RuntimeTypeInfoSetImpl.getTypeInfo(Type type)
           
 RuntimeNonElement RuntimeMapPropertyInfoImpl.getValueType()
           
 

Methods in com.sun.xml.bind.v2.model.impl that return types with arguments of type RuntimeNonElement
 List<? extends RuntimeNonElement> RuntimeElementInfoImpl.RuntimePropertyImpl.ref()
           
 List<? extends RuntimeNonElement> RuntimeValuePropertyInfoImpl.ref()
           
 List<? extends RuntimeNonElement> RuntimeAttributePropertyInfoImpl.ref()
           
 

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(Class type)
           
 RuntimeNonElement RuntimeElementInfo.getContentType()
          Short for getProperty().ref().get(0).
 RuntimeNonElement RuntimeArrayInfo.getItemType()
          T of T[].
 RuntimeNonElement RuntimeMapPropertyInfo.getKeyType()
           
 RuntimeNonElement RuntimeTypeRef.getTarget()
           
 RuntimeNonElement RuntimeNonElementRef.getTarget()
           
 RuntimeNonElement RuntimeAttributePropertyInfo.getTarget()
           
 RuntimeNonElement RuntimeValuePropertyInfo.getTarget()
           
 RuntimeNonElement RuntimeTypeInfoSet.getTypeInfo(Type type)
           
 RuntimeNonElement RuntimeMapPropertyInfo.getValueType()