| 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 processings (such as adding more annotations) can be
done on the generated code.
|
| Modifier and Type | Method and Description |
|---|---|
EnumOutline |
BeanGenerator.getEnum(CEnumLeafInfo eli) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EnumOutline> |
BeanGenerator.getEnums() |
| Modifier and Type | Method and Description |
|---|---|
EnumOutline |
Outline.getEnum(CEnumLeafInfo eli) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EnumOutline> |
Outline.getEnums()
Gets all the
EnumOutlines. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.