public abstract class CDefaultValue extends Object
| Constructor and Description |
|---|
CDefaultValue() |
| Modifier and Type | Method and Description |
|---|---|
abstract 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 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 © 2019 JBoss by Red Hat. All rights reserved.