Uses of Class
com.sun.codemodel.JEnumConstant
Packages that use JEnumConstant
Package
Description
Library for generating Java source code
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.
-
Uses of JEnumConstant in com.sun.codemodel
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 -
Uses of JEnumConstant in com.sun.tools.xjc.outline
Fields in com.sun.tools.xjc.outline declared as JEnumConstantModifier and TypeFieldDescriptionfinal JEnumConstant
EnumConstantOutline.constRef
The generated enum constant.Constructors in com.sun.tools.xjc.outline with parameters of type JEnumConstantModifierConstructorDescriptionprotected
EnumConstantOutline
(CEnumConstant target, JEnumConstant constRef) Reserved forBeanGenerator
.