Uses of Class
com.sun.tools.xjc.model.CElementInfo

Packages that use CElementInfo
com.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java. 
com.sun.tools.xjc.generator.bean   
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.tools.xjc.outline Provides the outline of the generated Java source code so that additional processings (such as adding more annotations) can be done on the generated code. 
com.sun.tools.xjc.reader.xmlschema   
 

Uses of CElementInfo in com.sun.tools.xjc.api.impl.s2j
 

Fields in com.sun.tools.xjc.api.impl.s2j declared as CElementInfo
protected  CElementInfo ElementAdapter.ei
          The only one CElementInfo that can be in the property.
 

Constructors in com.sun.tools.xjc.api.impl.s2j with parameters of type CElementInfo
ElementAdapter(FieldOutline core, CElementInfo ei)
           
ElementCollectionAdapter(FieldOutline core, CElementInfo ei)
           
ElementMappingImpl(JAXBModelImpl parent, CElementInfo elementInfo)
           
ElementSingleAdapter(FieldOutline core, CElementInfo ei)
           
 

Uses of CElementInfo in com.sun.tools.xjc.generator.bean
 

Fields in com.sun.tools.xjc.generator.bean with type parameters of type CElementInfo
(package private)  Map<CElementInfo,ElementOutlineImpl> BeanGenerator.elements
          elements that generate classes to the generated classes.
 

Methods in com.sun.tools.xjc.generator.bean with parameters of type CElementInfo
 ElementOutlineImpl BeanGenerator.getElement(CElementInfo ei)
           
(package private) abstract  void ObjectFactoryGenerator.populate(CElementInfo ei)
          Adds code for the given CElementInfo to ObjectFactory.
(package private)  void DualObjectFactoryGenerator.populate(CElementInfo ei)
           
(package private)  void PrivateObjectFactoryGenerator.populate(CElementInfo ei)
           
(package private)  void PublicObjectFactoryGenerator.populate(CElementInfo ei)
           
protected  void ObjectFactoryGeneratorImpl.populate(CElementInfo ei, Aspect impl, Aspect exposed)
          Adds code for the given CElementInfo to ObjectFactory.
 

Constructors in com.sun.tools.xjc.generator.bean with parameters of type CElementInfo
ElementOutlineImpl(BeanGenerator parent, CElementInfo ei)
           
 

Uses of CElementInfo in com.sun.tools.xjc.model
 

Methods in com.sun.tools.xjc.model that return CElementInfo
 CElementInfo Model.getElementInfo(NClass scope, QName name)
           
 CElementInfo CElementInfo.getSubstitutionHead()
           
 

Methods in com.sun.tools.xjc.model that return types with arguments of type CElementInfo
 Iterable<? extends CElementInfo> Model.getAllElements()
           
 Map<QName,CElementInfo> Model.getElementMappings(NClass scope)
           
 Collection<CElementInfo> CElementInfo.getSubstitutionMembers()
           
 

Methods in com.sun.tools.xjc.model with parameters of type CElementInfo
(package private)  void Model.add(CElementInfo ei)
           
 T CClassInfoParent.Visitor.onElement(CElementInfo element)
           
 void CElementInfo.setSubstitutionHead(CElementInfo substitutionHead)
           
 

Uses of CElementInfo in com.sun.tools.xjc.outline
 

Fields in com.sun.tools.xjc.outline declared as CElementInfo
 CElementInfo ElementOutline.target
          This ElementOutline holds information about this CElementInfo.
 

Methods in com.sun.tools.xjc.outline with parameters of type CElementInfo
 ElementOutline Outline.getElement(CElementInfo ei)
          If the CElementInfo generates a class, returns such a class.
 

Constructors in com.sun.tools.xjc.outline with parameters of type CElementInfo
ElementOutline(CElementInfo target, com.sun.codemodel.JDefinedClass implClass)
           
 

Uses of CElementInfo in com.sun.tools.xjc.reader.xmlschema
 

Fields in com.sun.tools.xjc.reader.xmlschema declared as CElementInfo
 CElementInfo RawTypeSetBuilder.CElementInfoRef.target
           
 

Fields in com.sun.tools.xjc.reader.xmlschema with type parameters of type CElementInfo
(package private)  Map<XSComponent,CElementInfo> ClassSelector.boundElements
          UGLY HACK.
 

Constructors in com.sun.tools.xjc.reader.xmlschema with parameters of type CElementInfo
RawTypeSetBuilder.CElementInfoRef(XSElementDecl decl, CElementInfo target)