public abstract class CDefaultValue extends Object
Constructor | Description |
---|---|
CDefaultValue() |
Modifier and Type | Method | Description |
---|---|---|
abstract JExpression |
compute(Outline outline) |
|
static CDefaultValue |
create(TypeUse typeUse,
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, XmlString defaultValue)
CDefaultValue
that computes the default value
by applying a lexical representation to a TypeUse
.Copyright © 2018 Oracle Corporation. All rights reserved.