Uses of Class
com.sun.tools.xjc.model.CElementInfo
Packages that use CElementInfo
Package
Description
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.Provides the outline of the generated Java source code so that
additional processing (such as adding more annotations) can be
done on the generated code.
-
Uses of CElementInfo in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean with parameters of type CElementInfoModifier and TypeMethodDescriptioncom.sun.tools.xjc.generator.bean.ElementOutlineImpl
BeanGenerator.getElement
(CElementInfo ei) -
Uses of CElementInfo in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return CElementInfoModifier and TypeMethodDescriptionModel.getElementInfo
(NClass scope, QName name) CElementInfo.getSubstitutionHead()
Methods in com.sun.tools.xjc.model that return types with arguments of type CElementInfoModifier and TypeMethodDescriptionIterable<? extends CElementInfo>
Model.getAllElements()
Model.getElementMappings
(NClass scope) CElementInfo.getSubstitutionMembers()
Methods in com.sun.tools.xjc.model with parameters of type CElementInfoModifier and TypeMethodDescriptionCClassInfoParent.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 CElementInfoModifier and TypeFieldDescriptionfinal CElementInfo
ElementOutline.target
ThisElementOutline
holds information about thisCElementInfo
.Methods in com.sun.tools.xjc.outline with parameters of type CElementInfoModifier and TypeMethodDescriptionOutline.getElement
(CElementInfo ei) If theCElementInfo
generates a class, returns such a class.Constructors in com.sun.tools.xjc.outline with parameters of type CElementInfoModifierConstructorDescriptionprotected
ElementOutline
(CElementInfo target, JDefinedClass implClass) -
Uses of CElementInfo in com.sun.tools.xjc.reader.xmlschema
Fields in com.sun.tools.xjc.reader.xmlschema declared as CElementInfo