Uses of Class
com.sun.tools.xjc.model.CDefaultValue
-
Packages that use CDefaultValue Package Description com.sun.tools.xjc.model Implementation of thecom.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 Modifier and Type Field Description CDefaultValue
CPropertyInfo. defaultValue
If non-null, keeps the default value in Java representation.Methods in com.sun.tools.xjc.model that return CDefaultValue Modifier and Type Method Description static CDefaultValue
CDefaultValue. create(TypeUse typeUse, XmlString defaultValue)
Creates a newCDefaultValue
that computes the default value by applying a lexical representation to aTypeUse
.
-