Uses of Class
com.sun.tools.xjc.model.CEnumConstant
-
Packages that use CEnumConstant Package Description com.sun.tools.xjc.model Implementation of thecom.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. -
-
Uses of CEnumConstant in com.sun.tools.xjc.model
Fields in com.sun.tools.xjc.model with type parameters of type CEnumConstant Modifier and Type Field Description java.util.Collection<CEnumConstant>
CEnumLeafInfo. members
List of enum members.Methods in com.sun.tools.xjc.model that return types with arguments of type CEnumConstant Modifier and Type Method Description java.util.Collection<CEnumConstant>
CEnumLeafInfo. getConstants()
Constructor parameters in com.sun.tools.xjc.model with type arguments of type CEnumConstant Constructor Description CEnumLeafInfo(Model model, javax.xml.namespace.QName typeName, CClassInfoParent container, java.lang.String shortName, CNonElement base, java.util.Collection<CEnumConstant> _members, XSComponent source, CCustomizations customizations, org.xml.sax.Locator _sourceLocator)
-
Uses of CEnumConstant in com.sun.tools.xjc.outline
Fields in com.sun.tools.xjc.outline declared as CEnumConstant Modifier and Type Field Description CEnumConstant
EnumConstantOutline. target
ThisEnumOutline
holds information about thisCEnumLeafInfo
.Constructors in com.sun.tools.xjc.outline with parameters of type CEnumConstant Constructor Description EnumConstantOutline(CEnumConstant target, JEnumConstant constRef)
Reserved forBeanGenerator
.
-