Uses of Class
com.sun.codemodel.JEnumConstant
Packages that use JEnumConstant
-
Uses of JEnumConstant in com.sun.codemodel
Fields in com.sun.codemodel with type parameters of type JEnumConstantModifier and TypeFieldDescriptionprivate final Map
<String, JEnumConstant> JDefinedClass.enumConstantsByName
Set of enum constants that are keyed by names.Methods in com.sun.codemodel that return JEnumConstantModifier and TypeMethodDescriptionJEnumConstant.arg
(JExpression arg) Add an expression to this constructor's argument listJDefinedClass.enumConstant
(String name) If the named enum already exists, the reference to it is returned.Methods in com.sun.codemodel with parameters of type JEnumConstantModifier and TypeMethodDescriptionJAnnotationArrayMember.param
(JEnumConstant value) Adds a enum array member to this annotationJAnnotationUse.param
(String name, JEnumConstant value) Adds a member value pair to this annotation