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

Packages that use CReferencePropertyInfo
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 CReferencePropertyInfo in com.sun.tools.xjc.model
 

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

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

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

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

Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return CReferencePropertyInfo
 CReferencePropertyInfo BIProperty.createContentExtendedMixedReferenceProperty(java.lang.String defaultName, com.sun.xml.xsom.XSComponent source, RawTypeSet types)
           
 CReferencePropertyInfo BIProperty.createDummyExtendedMixedReferenceProperty(java.lang.String defaultName, com.sun.xml.xsom.XSComponent source, RawTypeSet types)
           
 CReferencePropertyInfo BIProperty.createReferenceProperty(java.lang.String defaultName, boolean forConstant, com.sun.xml.xsom.XSComponent source, RawTypeSet types, boolean isMixed, boolean dummy, boolean content, boolean isMixedExtended)