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

Packages that use PropertyInfo
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.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 PropertyInfo in com.sun.tools.xjc.model
 

Classes in com.sun.tools.xjc.model that implement PropertyInfo
 class CAttributePropertyInfo
          AttributePropertyInfo for the compiler.
 class CElementPropertyInfo
          ElementPropertyInfo for the compiler.
 class CPropertyInfo
          Model of a property to be generated.
 class CReferencePropertyInfo
          ReferencePropertyInfo for the compiler.
(package private)  class CSingleTypePropertyInfo
          CPropertyInfo backed by a single TypeUse.
 class CValuePropertyInfo
          ValuePropertyInfo implementation for XJC.
 

Methods in com.sun.tools.xjc.model that return PropertyInfo
 PropertyInfo<NType,NClass> CTypeRef.getSource()
           
 

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

Subinterfaces of PropertyInfo in com.sun.xml.bind.v2.model.core
 interface AttributePropertyInfo<T,C>
          Attribute PropertyInfo.
 interface ElementPropertyInfo<T,C>
          Property that maps to an element.
 interface MapPropertyInfo<T,C>
          Property that maps to the following schema fragment.
 interface ReferencePropertyInfo<T,C>
          PropertyInfo that holds references to other Elements.
 interface ValuePropertyInfo<T,C>
          Value PropertyInfo.
 

Methods in com.sun.xml.bind.v2.model.core that return PropertyInfo
 PropertyInfo<T,C> ClassInfo.getProperty(String name)
          Gets the property that has the specified name.
 PropertyInfo<T,C> NonElementRef.getSource()
          Gets the property which is the source of this reference.
 

Methods in com.sun.xml.bind.v2.model.core that return types with arguments of type PropertyInfo
 List<? extends PropertyInfo<T,C>> ClassInfo.getProperties()
          Returns all the properties newly declared in this class.
 

Uses of PropertyInfo in com.sun.xml.bind.v2.model.impl
 

Classes in com.sun.xml.bind.v2.model.impl that implement PropertyInfo
(package private)  class AttributePropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>
           
protected  class ElementInfoImpl.PropertyImpl
          Singleton instance of ElementPropertyInfo for this element.
(package private)  class ElementPropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>
          Common ElementPropertyInfo implementation used for both APT and runtime.
(package private)  class ERPropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>
          Common part of ElementPropertyInfoImpl and ReferencePropertyInfoImpl.
(package private)  class MapPropertyInfoImpl<T,C,F,M>
           
(package private)  class PropertyInfoImpl<T,C,F,M>
          Default partial implementation for PropertyInfo.
(package private)  class ReferencePropertyInfoImpl<T,C,F,M>
          Implementation of ReferencePropertyInfo.
(package private)  class RuntimeAttributePropertyInfoImpl
           
(package private)  class RuntimeElementInfoImpl.RuntimePropertyImpl
           
(package private)  class RuntimeElementPropertyInfoImpl
           
(package private)  class RuntimeMapPropertyInfoImpl
           
(package private)  class RuntimeReferencePropertyInfoImpl
           
(package private)  class RuntimeValuePropertyInfoImpl
           
(package private)  class SingleTypePropertyInfoImpl<T,C,F,M>
          PropertyInfoImpl that can only have one type.
(package private)  class ValuePropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>
           
 

Methods in com.sun.xml.bind.v2.model.impl that return PropertyInfo
 PropertyInfo<T,C> ClassInfoImpl.getProperty(String name)
           
 PropertyInfo<T,C> ElementInfoImpl.PropertyImpl.getSource()
           
 PropertyInfo<T,C> SingleTypePropertyInfoImpl.getSource()
           
 PropertyInfo<TypeT,ClassDeclT> TypeRefImpl.getSource()
           
 

Methods in com.sun.xml.bind.v2.model.impl that return types with arguments of type PropertyInfo
 List<? extends PropertyInfo<T,C>> ClassInfoImpl.getProperties()
           
 

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

Subinterfaces of PropertyInfo in com.sun.xml.bind.v2.model.runtime
 interface RuntimeAttributePropertyInfo
           
 interface RuntimeElementPropertyInfo
           
 interface RuntimeMapPropertyInfo
           
 interface RuntimePropertyInfo
          PropertyInfo that exposes more information.
 interface RuntimeReferencePropertyInfo
           
 interface RuntimeValuePropertyInfo