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

Packages that use CAttributePropertyInfo
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. 
 

Uses of CAttributePropertyInfo in com.sun.tools.xjc.model
 

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

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

Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return CAttributePropertyInfo
 CAttributePropertyInfo BIProperty.createAttributeProperty(com.sun.xml.xsom.XSAttributeUse use, TypeUse tu)