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

Packages that use NonElement
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
 

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

Subinterfaces of NonElement in com.sun.xml.bind.v2.model.core
 interface ArrayInfo<T,C>
          Stand-alone array that can be marshalled/unmarshalled on its own (without being part of any encloding ClassInfo.)
 interface BuiltinLeafInfo<T,C>
          JAXB spec designates a few Java classes to be mapped to leaves in XML.
 interface ClassInfo<T,C>
          Information about JAXB-bound class.
 interface EnumLeafInfo<T,C>
          NonElement that represents an Enum class.
 interface LeafInfo<T,C>
          Either BuiltinLeafInfo or EnumLeafInfo.
 interface MaybeElement<T,C>
          Some NonElement can optionally be an Element.
 

Methods in com.sun.xml.bind.v2.model.core that return NonElement
 NonElement<T,C> TypeInfoSet.getAnyTypeInfo()
          Gets the TypeInfo for the any type.
 NonElement<T,C> EnumLeafInfo.getBaseType()
          Returns the base type of the enumeration.
 NonElement<T,C> TypeInfoSet.getClassInfo(C type)
          Returns a ClassInfo, ArrayInfo, or LeafInfo for the given bean.
 NonElement<T,C> ElementInfo.getContentType()
          Short for getProperty().ref().get(0).
 NonElement<T,C> ArrayInfo.getItemType()
          T of T[].
 NonElement<T,C> MapPropertyInfo.getKeyType()
          Type of the key of the map.
 NonElement<T,C> AttributePropertyInfo.getTarget()
          Gets the type of the attribute.
 NonElement<T,C> NonElementRef.getTarget()
          Target of the reference.
 NonElement<T,C> TypeInfoSet.getTypeInfo(Ref<T,C> ref)
          Returns a type information for the given reference.
 NonElement<T,C> TypeInfoSet.getTypeInfo(T type)
          Returns a TypeInfo for the given type.
 NonElement<T,C> MapPropertyInfo.getValueType()
          Type of the value of the map.