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 |
---|---|---|
Collection<CEnumConstant> |
CEnumLeafInfo.members |
List of enum members.
|
Modifier and Type | Method | Description |
---|---|---|
Collection<CEnumConstant> |
CEnumLeafInfo.getConstants() |
Constructor | Description |
---|---|
CEnumLeafInfo(Model model,
QName typeName,
CClassInfoParent container,
String shortName,
CNonElement base,
Collection<CEnumConstant> _members,
XSComponent source,
CCustomizations customizations,
Locator _sourceLocator) |
Modifier and Type | Field | Description |
---|---|---|
CEnumConstant |
EnumConstantOutline.target |
This
EnumOutline holds information about this CEnumLeafInfo . |
Constructor | Description |
---|---|
EnumConstantOutline(CEnumConstant target,
JEnumConstant constRef) |
Reserved for
BeanGenerator . |
Copyright © 2018 Oracle Corporation. All rights reserved.