Uses of Class
com.sun.tools.xjc.outline.EnumOutline
-
Packages that use EnumOutline Package Description com.sun.tools.xjc.generator.bean com.sun.tools.xjc.outline 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 EnumOutline in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean that return EnumOutline Modifier and Type Method Description EnumOutline
BeanGenerator. getEnum(CEnumLeafInfo eli)
Methods in com.sun.tools.xjc.generator.bean that return types with arguments of type EnumOutline Modifier and Type Method Description Collection<EnumOutline>
BeanGenerator. getEnums()
-
Uses of EnumOutline in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return EnumOutline Modifier and Type Method Description EnumOutline
Outline. getEnum(CEnumLeafInfo eli)
Methods in com.sun.tools.xjc.outline that return types with arguments of type EnumOutline Modifier and Type Method Description Collection<EnumOutline>
Outline. getEnums()
Gets all theEnumOutline
s.
-