Uses of Class
com.sun.tools.xjc.model.CEnumConstant
Packages that use CEnumConstant
Package
Description
Implementation of the
com.sun.xml.bind.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.members
List 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 CEnumConstant
EnumConstantOutline.target
ThisEnumOutline
holds information about thisCEnumLeafInfo
.Constructors in com.sun.tools.xjc.outline with parameters of type CEnumConstantModifierConstructorDescriptionprotected
EnumConstantOutline
(CEnumConstant target, JEnumConstant constRef) Reserved forBeanGenerator
.