| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
EnumOutline |
BeanGenerator.getEnum(CEnumLeafInfo eli) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<EnumOutline> |
BeanGenerator.getEnums() |
| Modifier and Type | Method | Description |
|---|---|---|
EnumOutline |
Outline.getEnum(CEnumLeafInfo eli) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<EnumOutline> |
Outline.getEnums() |
Gets all the
EnumOutlines. |
Copyright © 2017 Oracle Corporation. All rights reserved.