Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
com.sun.tools.xjc.outline |
Provides the outline of the generated Java source code so that
additional processing (such as adding more annotations) can be
done on the generated code.
|
Modifier and Type | Method | Description |
---|---|---|
JEnumConstant |
JEnumConstant.arg(JExpression arg) |
Add an expression to this constructor's argument list
|
JEnumConstant |
JDefinedClass.enumConstant(String name) |
If the named enum already exists, the reference to it is returned.
|
Modifier and Type | Method | Description |
---|---|---|
JAnnotationArrayMember |
JAnnotationArrayMember.param(JEnumConstant value) |
Adds a enum array member to this annotation
|
JAnnotationUse |
JAnnotationUse.param(String name,
JEnumConstant value) |
Adds a member value pair to this annotation
|
Modifier and Type | Field | Description |
---|---|---|
JEnumConstant |
EnumConstantOutline.constRef |
The generated enum constant.
|
Constructor | Description |
---|---|
EnumConstantOutline(CEnumConstant target,
JEnumConstant constRef) |
Reserved for
BeanGenerator . |
Copyright © 2018 Oracle Corporation. All rights reserved.