Uses of Class
com.sun.codemodel.JEnumConstant
-
Packages that use JEnumConstant Package Description com.sun.codemodel Library for generating Java source code -
-
Uses of JEnumConstant in com.sun.codemodel
Methods in com.sun.codemodel that return JEnumConstant Modifier and Type Method Description JEnumConstant
JEnumConstant. arg(JExpression arg)
Add an expression to this constructor's argument listJEnumConstant
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 Modifier and Type Method Description JAnnotationArrayMember
JAnnotationArrayMember. param(JEnumConstant value)
Adds a enum array member to this annotationJAnnotationUse
JAnnotationUse. param(String name, JEnumConstant value)
Adds a member value pair to this annotation
-