|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JEnumConstant | |
|---|---|
| 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 processings (such as adding more annotations) can be done on the generated code. |
| Uses of JEnumConstant in com.sun.codemodel |
|---|
| Methods in com.sun.codemodel that return JEnumConstant | |
|---|---|
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. |
| Methods in com.sun.codemodel with parameters of type JEnumConstant | |
|---|---|
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 |
| Uses of JEnumConstant in com.sun.tools.xjc.outline |
|---|
| Fields in com.sun.tools.xjc.outline declared as JEnumConstant | |
|---|---|
JEnumConstant |
EnumConstantOutline.constRef
The generated enum constant. |
| Constructors in com.sun.tools.xjc.outline with parameters of type JEnumConstant | |
|---|---|
EnumConstantOutline(CEnumConstant target,
JEnumConstant constRef)
Reserved for BeanGenerator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||