Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
Modifier and Type | Method and Description |
---|---|
JEnumConstant |
JEnumConstant.arg(JExpression arg)
Add an expression to this constructor's argument list
|
JEnumConstant |
JDefinedClass.enumConstant(java.lang.String name)
If the named enum already exists, the reference to it is returned.
|
Modifier and Type | Method and Description |
---|---|
JAnnotationUse |
JAnnotationUse.param(java.lang.String name,
JEnumConstant value)
Adds a member value pair to this annotation
|
Copyright © 2005-2014 Sun Microsystems. All Rights Reserved.