Uses of Class
com.sun.tools.xjc.model.CElementInfo
Packages that use CElementInfo
Package
Description
Implementation of the
org.glassfish.jaxb.core.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.ElementOutlineImplBeanGenerator.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) voidCElementInfo.setSubstitutionHead(CElementInfo substitutionHead) -
Uses of CElementInfo in com.sun.tools.xjc.outline
Fields in com.sun.tools.xjc.outline declared as CElementInfoModifier and TypeFieldDescriptionfinal CElementInfoElementOutline.targetThisElementOutlineholds information about thisCElementInfo.Methods in com.sun.tools.xjc.outline with parameters of type CElementInfoModifier and TypeMethodDescriptionOutline.getElement(CElementInfo ei) If theCElementInfogenerates a class, returns such a class.Constructors in com.sun.tools.xjc.outline with parameters of type CElementInfoModifierConstructorDescriptionprotectedElementOutline(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