| Package | Description |
|---|---|
| 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 processing (such as adding more annotations) can be
done on the generated code.
|
| Modifier and Type | Field | Description |
|---|---|---|
java.util.Collection<CEnumConstant> |
CEnumLeafInfo.members |
List of enum members.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<CEnumConstant> |
CEnumLeafInfo.getConstants() |
| Constructor | Description |
|---|---|
CEnumLeafInfo(Model model,
javax.xml.namespace.QName typeName,
CClassInfoParent container,
java.lang.String shortName,
CNonElement base,
java.util.Collection<CEnumConstant> _members,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations,
org.xml.sax.Locator _sourceLocator) |
| Modifier and Type | Field | Description |
|---|---|---|
CEnumConstant |
EnumConstantOutline.target |
This
EnumOutline holds information about this CEnumLeafInfo. |
| Constructor | Description |
|---|---|
EnumConstantOutline(CEnumConstant target,
com.sun.codemodel.JEnumConstant constRef) |
Reserved for
BeanGenerator. |
Copyright © 2018 Oracle Corporation. All rights reserved.