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

Packages that use CEnumLeafInfo
com.sun.tools.xjc.generator.bean   
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 CEnumLeafInfo in com.sun.tools.xjc.generator.bean
 

Methods in com.sun.tools.xjc.generator.bean with parameters of type CEnumLeafInfo
 EnumOutline BeanGenerator.getEnum(CEnumLeafInfo eli)
           
 

Uses of CEnumLeafInfo in com.sun.tools.xjc.model
 

Methods in com.sun.tools.xjc.model that return CEnumLeafInfo
 CEnumLeafInfo CEnumConstant.getEnclosingClass()
           
 

Methods in com.sun.tools.xjc.model that return types with arguments of type CEnumLeafInfo
 java.util.Map<NClass,CEnumLeafInfo> Model.enums()
           
 

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

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

Methods in com.sun.tools.xjc.outline with parameters of type CEnumLeafInfo
 EnumOutline Outline.getEnum(CEnumLeafInfo eli)
           
 

Constructors in com.sun.tools.xjc.outline with parameters of type CEnumLeafInfo
EnumOutline(CEnumLeafInfo target, com.sun.codemodel.JDefinedClass clazz)