|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CEnumConstant | |
---|---|
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 processings (such as adding more annotations) can be done on the generated code. |
Uses of CEnumConstant in com.sun.tools.xjc.model |
---|
Fields in com.sun.tools.xjc.model with type parameters of type CEnumConstant | |
---|---|
Collection<CEnumConstant> |
CEnumLeafInfo.members
List of enum members. |
Methods in com.sun.tools.xjc.model that return types with arguments of type CEnumConstant | |
---|---|
Collection<CEnumConstant> |
CEnumLeafInfo.getConstants()
|
Constructor parameters in com.sun.tools.xjc.model with type arguments of type CEnumConstant | |
---|---|
CEnumLeafInfo(Model model,
QName typeName,
CClassInfoParent container,
String shortName,
CNonElement base,
Collection<CEnumConstant> _members,
XSComponent source,
CCustomizations customizations,
Locator _sourceLocator)
|
Uses of CEnumConstant in com.sun.tools.xjc.outline |
---|
Fields in com.sun.tools.xjc.outline declared as CEnumConstant | |
---|---|
CEnumConstant |
EnumConstantOutline.target
This EnumOutline holds information about this CEnumLeafInfo . |
Constructors in com.sun.tools.xjc.outline with parameters of type CEnumConstant | |
---|---|
EnumConstantOutline(CEnumConstant target,
com.sun.codemodel.JEnumConstant constRef)
Reserved for BeanGenerator . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |