Uses of Class
com.sun.tools.xjc.model.CEnumConstant
Packages that use CEnumConstant
Package
Description
Implementation of the
org.glassfish.jaxb.core.v2.model.core package for XJC.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 CEnumConstant in com.sun.tools.xjc.model
Fields in com.sun.tools.xjc.model with type parameters of type CEnumConstantModifier and TypeFieldDescriptionfinal Collection<CEnumConstant>CEnumLeafInfo.membersList of enum members.Methods in com.sun.tools.xjc.model that return types with arguments of type CEnumConstantConstructor parameters in com.sun.tools.xjc.model with type arguments of type CEnumConstantModifierConstructorDescriptionCEnumLeafInfo(Model model, QName typeName, CClassInfoParent container, String shortName, CNonElement base, Collection<CEnumConstant> _members, XSComponent source, CCustomizations customizations, Locator _sourceLocator) -
Uses of CEnumConstant in com.sun.tools.xjc.outline
Fields in com.sun.tools.xjc.outline declared as CEnumConstantModifier and TypeFieldDescriptionfinal CEnumConstantEnumConstantOutline.targetThisEnumOutlineholds information about thisCEnumLeafInfo.Constructors in com.sun.tools.xjc.outline with parameters of type CEnumConstantModifierConstructorDescriptionprotectedEnumConstantOutline(CEnumConstant target, JEnumConstant constRef) Reserved forBeanGenerator.