Uses of Interface
com.sun.tools.xjc.model.CElement
-
Packages that use CElement Package Description com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC.com.sun.tools.xjc.reader.xmlschema -
-
Uses of CElement in com.sun.tools.xjc.model
Subinterfaces of CElement in com.sun.tools.xjc.model Modifier and Type Interface Description interfaceCClassEitherCClassInfoorCClassRef.Classes in com.sun.tools.xjc.model that implement CElement Modifier and Type Class Description classCClassInfoMutableClassInforepresentation.classCClassRefReference to an existing class.classCElementInfoElementInfoimplementation for the compile-time model.Methods in com.sun.tools.xjc.model that return CElement Modifier and Type Method Description CElementCClassRef. getSubstitutionHead()Methods in com.sun.tools.xjc.model that return types with arguments of type CElement Modifier and Type Method Description Set<CElement>CReferencePropertyInfo. getElements() -
Uses of CElement in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema that return CElement Modifier and Type Method Description CElementClassSelector. bindToType(XSElementDecl e, XSComponent referer)CElementClassSelector. isBound(XSElementDecl x, XSComponent referer)Checks if the given component is bound to a class.Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type CElement Modifier and Type Method Description voidClassSelector. queueBuild(XSComponent sc, CElement bean)
-