Uses of Interface
com.sun.tools.xjc.model.CClass
-
Packages that use CClass 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 CClass in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement CClass Modifier and Type Class Description classCClassInfoMutableClassInforepresentation.classCClassRefReference to an existing class.Methods in com.sun.tools.xjc.model with parameters of type CClass Modifier and Type Method Description voidCClassInfo. setBaseClass(CClass base)This method accepts bothCClassInfo(which means the base class is also generated), orCClassRef(which means the base class is already generated and simply referenced.) The latter is treated somewhat special --- from the rest of the model this external base class is invisible. -
Uses of CClass in com.sun.tools.xjc.reader.xmlschema
Fields in com.sun.tools.xjc.reader.xmlschema declared as CClass Modifier and Type Field Description CClassRawTypeSetBuilder.CClassRef. targetMethods in com.sun.tools.xjc.reader.xmlschema that return CClass Modifier and Type Method Description CClassClassSelector. bindToType(XSComplexType t, XSComponent referer, boolean cannotBeDelayed)
-