public abstract class CDefaultValue
extends java.lang.Object
| Constructor | Description |
|---|---|
CDefaultValue() |
| Modifier and Type | Method | 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.Copyright © 2018 Oracle Corporation. All rights reserved.