Uses of Class
com.sun.tools.xjc.model.CEnumConstant

Packages that use CEnumConstant
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.tools.xjc.outline Provides the outline of the generated Java source code so that additional processings (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 CEnumConstant
 java.util.Collection<CEnumConstant> CEnumLeafInfo.members
          List of enum members.
 

Methods in com.sun.tools.xjc.model that return types with arguments of type CEnumConstant
 java.util.Collection<CEnumConstant> CEnumLeafInfo.getConstants()
           
 

Constructor parameters in com.sun.tools.xjc.model with type arguments of type CEnumConstant
CEnumLeafInfo(Model model, javax.xml.namespace.QName typeName, CClassInfoParent container, java.lang.String shortName, CNonElement base, java.util.Collection<CEnumConstant> _members, com.sun.xml.xsom.XSComponent source, CCustomizations customizations, org.xml.sax.Locator _sourceLocator)
           
 

Uses of CEnumConstant in com.sun.tools.xjc.outline
 

Fields in com.sun.tools.xjc.outline declared as CEnumConstant
 CEnumConstant EnumConstantOutline.target
          This EnumOutline holds information about this CEnumLeafInfo.
 

Constructors in com.sun.tools.xjc.outline with parameters of type CEnumConstant
EnumConstantOutline(CEnumConstant target, com.sun.codemodel.JEnumConstant constRef)
          Reserved for BeanGenerator.