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   
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)
           
protected abstract  CTypeRef RawTypeSet.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
protected  CTypeRef RawTypeSetBuilder.WildcardRef.toTypeRef(CElementPropertyInfo ep)
           
protected  CTypeRef RawTypeSetBuilder.CClassRef.toTypeRef(CElementPropertyInfo ep)
           
protected  CTypeRef RawTypeSetBuilder.CElementInfoRef.toTypeRef(CElementPropertyInfo ep)
           
protected  CTypeRef RawTypeSetBuilder.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
 CElementPropertyInfo BIProperty.createElementProperty(java.lang.String defaultName, boolean forConstant, com.sun.xml.xsom.XSParticle source, RawTypeSet types)