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 and 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 and 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 and Description |
---|---|
JEnumConstant |
EnumConstantOutline.constRef
The generated enum constant.
|
Constructor and Description |
---|
EnumConstantOutline(CEnumConstant target,
JEnumConstant constRef)
Reserved for
BeanGenerator . |
Copyright © 2019 JBoss by Red Hat. All rights reserved.