Uses of Class
com.sun.tools.xjc.model.CElementInfo
-
Packages that use CElementInfo Package Description com.sun.tools.xjc.generator.bean com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC.com.sun.tools.xjc.outline 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.com.sun.tools.xjc.reader.xmlschema -
-
Uses of CElementInfo in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean with parameters of type CElementInfo Modifier and Type Method Description com.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 CElementInfo Modifier and Type Method Description CElementInfoModel. getElementInfo(NClass scope, QName name)CElementInfoCElementInfo. getSubstitutionHead()Methods in com.sun.tools.xjc.model that return types with arguments of type CElementInfo Modifier and Type Method Description 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 Modifier and Type Method Description TCClassInfoParent.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 CElementInfo Modifier and Type Field Description CElementInfoElementOutline. targetThisElementOutlineholds information about thisCElementInfo.Methods in com.sun.tools.xjc.outline with parameters of type CElementInfo Modifier and Type Method Description ElementOutlineOutline. getElement(CElementInfo ei)If theCElementInfogenerates a class, returns such a class.Constructors in com.sun.tools.xjc.outline with parameters of type CElementInfo Constructor Description 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 Modifier and Type Field Description CElementInfoRawTypeSetBuilder.CElementInfoRef. target
-