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

Packages that use CDefaultValue
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
 

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

Fields in com.sun.tools.xjc.model declared as CDefaultValue
 CDefaultValue CPropertyInfo.defaultValue
          If non-null, keeps the default value in Java representation.
 

Methods in com.sun.tools.xjc.model that return CDefaultValue
static CDefaultValue CDefaultValue.create(TypeUse typeUse, XmlString defaultValue)
          Creates a new CDefaultValue that computes the default value by applying a lexical representation to a TypeUse.