Uses of Class
com.sun.tools.xjc.outline.EnumOutline

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

Methods in com.sun.tools.xjc.generator.bean that return EnumOutline
 EnumOutline BeanGenerator.getEnum(CEnumLeafInfo eli)
           
 

Methods in com.sun.tools.xjc.generator.bean that return types with arguments of type EnumOutline
 Collection<EnumOutline> BeanGenerator.getEnums()
           
 

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

Methods in com.sun.tools.xjc.outline that return EnumOutline
 EnumOutline Outline.getEnum(CEnumLeafInfo eli)
           
 

Methods in com.sun.tools.xjc.outline that return types with arguments of type EnumOutline
 Collection<EnumOutline> Outline.getEnums()
          Gets all the EnumOutlines.