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

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

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

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

Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return CValuePropertyInfo
 CValuePropertyInfo BIProperty.createValueProperty(String defaultName, boolean forConstant, XSComponent source, TypeUse tu, QName typeName)