Uses of Class
com.sun.codemodel.JEnumConstant
-
Packages that use JEnumConstant Package Description com.sun.codemodel Library for generating Java source codecom.sun.tools.xjc.outline 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 JEnumConstant Modifier and Type Method Description JEnumConstantJEnumConstant. arg(JExpression arg)Add an expression to this constructor's argument listJEnumConstantJDefinedClass. 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 JAnnotationArrayMemberJAnnotationArrayMember. param(JEnumConstant value)Adds a enum array member to this annotationJAnnotationUseJAnnotationUse. 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 Modifier and Type Field Description JEnumConstantEnumConstantOutline. constRefThe generated enum constant.Constructors in com.sun.tools.xjc.outline with parameters of type JEnumConstant Constructor Description EnumConstantOutline(CEnumConstant target, JEnumConstant constRef)Reserved forBeanGenerator.
-