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