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.corepackage 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 CDefaultValueCPropertyInfo. defaultValueIf 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 CDefaultValueCDefaultValue. create(TypeUse typeUse, XmlString defaultValue)Creates a newCDefaultValuethat computes the default value by applying a lexical representation to aTypeUse.
-