public abstract class CDefaultValue
extends java.lang.Object
Constructor and Description |
---|
CDefaultValue() |
Modifier and Type | Method and Description |
---|---|
abstract com.sun.codemodel.JExpression |
compute(Outline outline) |
static CDefaultValue |
create(TypeUse typeUse,
com.sun.xml.xsom.XmlString defaultValue)
Creates a new
CDefaultValue that computes the default value
by applying a lexical representation to a TypeUse . |
public abstract com.sun.codemodel.JExpression compute(Outline outline)
public static CDefaultValue create(TypeUse typeUse, com.sun.xml.xsom.XmlString defaultValue)
CDefaultValue
that computes the default value
by applying a lexical representation to a TypeUse
.