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.core
package 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 interface
CClass
EitherCClassInfo
orCClassRef
.Classes in com.sun.tools.xjc.model that implement CElement Modifier and Type Class Description class
CClassInfo
MutableClassInfo
representation.class
CClassRef
Reference to an existing class.class
CElementInfo
ElementInfo
implementation for the compile-time model.Methods in com.sun.tools.xjc.model that return CElement Modifier and Type Method Description CElement
CClassRef. getSubstitutionHead()
Methods in com.sun.tools.xjc.model that return types with arguments of type CElement Modifier and Type Method Description java.util.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 CElement
ClassSelector. bindToType(XSElementDecl e, XSComponent referer)
CElement
ClassSelector. 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 void
ClassSelector. queueBuild(XSComponent sc, CElement bean)
-