Uses of Class
com.sun.tools.xjc.model.CElementPropertyInfo
-
Packages that use CElementPropertyInfo Package Description com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC.com.sun.tools.xjc.reader Front-end that reads schema(s) and produce BGM.com.sun.tools.xjc.reader.xmlschema com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. -
-
Uses of CElementPropertyInfo in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return CElementPropertyInfo Modifier and Type Method Description CElementPropertyInfoCElementInfo. getProperty()Methods in com.sun.tools.xjc.model with parameters of type CElementPropertyInfo Modifier and Type Method Description VCPropertyVisitor. onElement(CElementPropertyInfo p)RCPropertyVisitor2. visit(CElementPropertyInfo t, P p)Visits a CElementPropertyInfo type. -
Uses of CElementPropertyInfo in com.sun.tools.xjc.reader
Methods in com.sun.tools.xjc.reader with parameters of type CElementPropertyInfo Modifier and Type Method Description voidRawTypeSet. addTo(CElementPropertyInfo prop)protected abstract CTypeRefRawTypeSet.Ref. toTypeRef(CElementPropertyInfo ep) -
Uses of CElementPropertyInfo in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type CElementPropertyInfo Modifier and Type Method Description protected CTypeRefRawTypeSetBuilder.CClassRef. toTypeRef(CElementPropertyInfo ep)protected CTypeRefRawTypeSetBuilder.CElementInfoRef. toTypeRef(CElementPropertyInfo ep)protected CTypeRefRawTypeSetBuilder.WildcardRef. toTypeRef(CElementPropertyInfo ep)protected CTypeRefRawTypeSetBuilder.XmlTypeRef. toTypeRef(CElementPropertyInfo ep) -
Uses of CElementPropertyInfo in com.sun.tools.xjc.reader.xmlschema.bindinfo
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return CElementPropertyInfo Modifier and Type Method Description CElementPropertyInfoBIProperty. createElementProperty(String defaultName, boolean forConstant, XSParticle source, RawTypeSet types)
-