Uses of Class
com.sun.tools.xjc.model.CElementPropertyInfo

Packages that use CElementPropertyInfo
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.tools.xjc.reader Front-end that reads schema(s) and produce BGM. 
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
 CElementPropertyInfo CElementInfo.getProperty()
           
 

Methods in com.sun.tools.xjc.model with parameters of type CElementPropertyInfo
 V CPropertyVisitor.onElement(CElementPropertyInfo p)
           
 

Uses of CElementPropertyInfo in com.sun.tools.xjc.reader
 

Methods in com.sun.tools.xjc.reader with parameters of type CElementPropertyInfo
 void RawTypeSet.addTo(CElementPropertyInfo prop)
           
 

Uses of CElementPropertyInfo in com.sun.tools.xjc.reader.xmlschema.bindinfo
 

Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return CElementPropertyInfo
 CElementPropertyInfo BIProperty.createElementProperty(java.lang.String defaultName, boolean forConstant, com.sun.xml.xsom.XSParticle source, RawTypeSet types)